コード例 #1
0
 public StudentController(SchoolRegisterDbContext context, IViewModelMap mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #2
0
 public SchoolRegisterDbContextSeeding(SchoolRegisterDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public SchoolRegisterRepository(SchoolRegisterDbContext context)
 {
     _context = context;
 }