Esempio n. 1
0
 public DepartmentsController(PaymentControlContext context)
 {
     _context = context;
 }
 public SellerService(PaymentControlContext context)
 {
     _context = context;
 }
 public SalesRecordService(PaymentControlContext context)
 {
     _context = context;
 }
 public DepartmentService(PaymentControlContext context)
 {
     _context = context;
 }