public SalesRecordService(web_pcContext context)
 {
     _context = context;
 }
Exemple #2
0
 public SellerService(web_pcContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DepartmentService(web_pcContext context)
 {
     _context = context;
 }
 public DepartmentsController(web_pcContext context)
 {
     _context = context;
 }