Interface ICustomerRepository
Namespace: Ordering.Domain.Aggregates.Customer.Contracts
Assembly: Ordering.Domain.dll
Customer repository interface, deliver all custom methods signature for Ordering.Domain.Aggregates.Customer.Customer.
public interface ICustomerRepository : IRepository<Customer>
Implements
Methods
GetAsync\(Expression<Func<Customer, bool\>\>\)
Task<Customer?> GetAsync(Expression<Func<Customer, bool>> expression)
Parameters
expression Expression < Func < Customer, bool \>\>
Returns
Last modified: 21 May 2024