public FamilyRepository(nse_testContext objFamilyContext)
 {
     this.DBcontext = objFamilyContext;
 }
Exemplo n.º 2
0
 public UserController(nse_testContext dbContext)
 {
     _dbContext = dbContext;
 }
 public LoginController(nse_testContext dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 4
0
 public UserRepository(nse_testContext objUserContext)
 {
     this.DBcontext = objUserContext;
 }
 public FamilyController(nse_testContext dbContext)
 {
     _dbContext = dbContext;
 }