Пример #1
0
 public DepartmentService(MVC_Web_SalesContext context)
 {
     _context = context;
 }
Пример #2
0
 public SalesRecordService(MVC_Web_SalesContext context)
 {
     _context = context;
 }
 public DepartmentsController(MVC_Web_SalesContext context)
 {
     _context = context;
 }
 public SellerService(MVC_Web_SalesContext context)
 {
     _context = context;
 }