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