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