* Added new Entities and Dtos
* Mapping new classes * Added new services and Controllers in API
This commit is contained in:
8
SytelineSaAppEfDataModel/Services/ICustomerTpService.cs
Normal file
8
SytelineSaAppEfDataModel/Services/ICustomerTpService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface ICustomerTpService
|
||||
{
|
||||
Task<IList<CustomerTpDto>> GetAllCustomersTp();
|
||||
}
|
||||
Reference in New Issue
Block a user