public DepartmentService(SisMVCContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public SisRecordService(SisMVCContext context)
 {
     _context = context;
 }
 public SeedingService(SisMVCContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public SellerService(SisMVCContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public DepartmentsController(SisMVCContext context)
 {
     _context = context;
 }