コード例 #1
0
 public masterController()
 {
     _context = new imaginaryDbContext();
 }
コード例 #2
0
 public RegistrationController()
 {
     _context = new imaginaryDbContext();
 }