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