Owneat Technical Guide main Help

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

IRepository<Customer\>

Methods

GetAsync\(Expression<Func<Customer, bool\>\>\)

Task<Customer?> GetAsync(Expression<Func<Customer, bool>> expression)

Parameters

expression Expression < Func < Customer, bool \>\>

Returns

Task < Customer ?\>

Last modified: 21 May 2024