Exemplo n.º 1
0
 public StudentController(SchoolRegisterDbContext context, IViewModelMap mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public SchoolRegisterDbContextSeeding(SchoolRegisterDbContext context)
 {
     _context = context;
 }
 public SchoolRegisterRepository(SchoolRegisterDbContext context)
 {
     _context = context;
 }