using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface ICustomerService { Task> GetAllCustomers(); }