Пример #1
0
 public DepartmentsController(SellerWebMVCContext context)
 {
     _context = context;
 }
Пример #2
0
 public DepartmentService(SellerWebMVCContext context)
 {
     _context = context;
 }
Пример #3
0
 public RecordVendasService(SellerWebMVCContext context)
 {
     _context = context;
 }
Пример #4
0
 public SellerService(SellerWebMVCContext context)
 {
     _context = context;
 }