Пример #1
0
 public RecipeTypeRepository(IZDBContext context)
 {
     _context = context;
 }
Пример #2
0
 public ProcedureRepository(IZDBContext context)
 {
     _context = context;
 }
 public CuisineRepository(IZDBContext context)
 {
     _context = context;
 }
 public UserCommentsRepository(IZDBContext context)
 {
     _context = context;
 }
 public IngredientsRepository(IZDBContext context)
 {
     _context = context;
 }
 public RecipeDetailRepository(IZDBContext context)
 {
     _context = context;
 }