Class IngredientRepository
Namespace: Restaurant.Infrastructure.Repositories
Assembly: Restaurant.Infrastructure.dll
Inheritance
object ← Repository<Ingredient, RestaurantContext\> ← IngredientRepository
Implements
IIngredientRepository, IRepository<Ingredient\>
Inherited Members
Repository<Ingredient, RestaurantContext\>.GetAllAsync\(\), Repository<Ingredient, RestaurantContext\>.GetByIdAsync\(Guid\), Repository<Ingredient, RestaurantContext\>.GetByIdAsyncWithConcurrency\(Guid\), Repository<Ingredient, RestaurantContext\>.Add\(Ingredient\), Repository<Ingredient, RestaurantContext\>.Update\(Ingredient\), Repository<Ingredient, RestaurantContext\>.UpdateRange\(IEnumerable<Ingredient\>\), Repository<Ingredient, RestaurantContext\>.Delete\(Ingredient\), Repository<Ingredient, RestaurantContext\>.DeleteRange\(IEnumerable<Ingredient\>\), Repository<Ingredient, RestaurantContext\>.Exists\(Func<Ingredient, bool\>\), object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
IngredientRepository\(RestaurantContext\)
Parameters
context RestaurantContext