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