Owneat Technical Guide main Help

Class IngredientRepository

Namespace: Restaurant.Infrastructure.Repositories
Assembly: Restaurant.Infrastructure.dll

public sealed class IngredientRepository : Repository<Ingredient, RestaurantContext>, IIngredientRepository, IRepository<Ingredient>

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\)

public IngredientRepository(RestaurantContext context)

Parameters

context RestaurantContext

Last modified: 21 May 2024