Example #1
0
 public DepartmentsController(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
Example #2
0
 public SeedingService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
 // construtor
 public SalesRecordService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
 // construtor
 public SellersService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
 // construtor
 public DepartmentService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }