示例#1
0
 public RecipeRepository(IngredientChecklistContext context)
 {
     _context = context;
 }
 public UserRepository(IngredientChecklistContext context)
 {
     _context = context;
 }