8 lines
175 B
C#
8 lines
175 B
C#
using SytelineSaAppEfDataModel.Dtos;
|
|
|
|
namespace SytelineSaAppEfDataModel.Services;
|
|
|
|
public interface ICustomerTpService
|
|
{
|
|
Task<IList<CustomerTpDto>> GetAllCustomersTp();
|
|
} |