コード例 #1
0
ファイル: DishesRepository.cs プロジェクト: oevtuh/Dishes
 public DishesRepository(IDishesContext context)
 {
     _context = context;
 }
コード例 #2
0
 public IngredientsRepository(IDishesContext context)
 {
     _context = context;
 }