Exemple #1
0
 public SellerService(salleswebmvcContext context)
 {
     _context = context;
 }
 public DepartmentService(salleswebmvcContext context)
 {
     _context = context;
 }
 public SalesRecordService(salleswebmvcContext context)
 {
     _context = context;
 }
Exemple #4
0
 public DepartmentsController(salleswebmvcContext context)
 {
     _context = context;
 }