示例#1
0
 public RecipeRepository(RecipeContext _context)
 {
     context = _context;
 }
示例#2
0
 public RecipeRepository()
 {
     context = new RecipeContext();
 }