public SellerService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
Example #2
0
 public DepartmentService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
 public DepartmentsController(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
Example #4
0
 public SalesRecordService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
 public SeedingService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }