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