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