public FamilyRepository(nse_testContext objFamilyContext)
 {
     this.DBcontext = objFamilyContext;
 }
예제 #2
0
 public UserController(nse_testContext dbContext)
 {
     _dbContext = dbContext;
 }
 public LoginController(nse_testContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #4
0
 public UserRepository(nse_testContext objUserContext)
 {
     this.DBcontext = objUserContext;
 }
 public FamilyController(nse_testContext dbContext)
 {
     _dbContext = dbContext;
 }