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