Interface IFormulaSectionRepository
Namespace: Restaurant.Domain.Aggregates.FormulaAggregate.Contracts
Assembly: Restaurant.Domain.dll
public interface IFormulaSectionRepository : IRepository<FormulaSection>
Implements
Methods
GetAsync\(Expression<Func<FormulaSection, bool\>\>\)
Method that get an entity of type Restaurant.Domain.Aggregates.CategoryAggregate.Category in the database that satisfy given System.Linq.Expressions.Expression.
Task<FormulaSection?> GetAsync(Expression<Func<FormulaSection, bool>> expression)
Parameters
expression Expression < Func < FormulaSection, bool \>\>
Returns
Task < FormulaSection ?\>
Remarks
This method includes related entities.
Last modified: 21 May 2024