Files
3cx_tapi/server/src/CPATapi.Server/Interfaces/IRepository.cs
T
2026-03-19 14:32:14 +01:00

6 lines
71 B
C#

namespace CPATapi.Server.Interfaces;
public interface IRepository
{
}