using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface ICustomerTpService { Task> GetAllCustomersTp(); }