public StoresController(ContosoCandiesContext context)
 {
     _context = context;
 }
Пример #2
0
 public CandieService(ContosoCandiesContext context)
 {
     _context = context;
 }