public FamilyRepository(nse_testContext objFamilyContext) { this.DBcontext = objFamilyContext; }
public UserController(nse_testContext dbContext) { _dbContext = dbContext; }
public LoginController(nse_testContext dbContext) { _dbContext = dbContext; }
public UserRepository(nse_testContext objUserContext) { this.DBcontext = objUserContext; }
public FamilyController(nse_testContext dbContext) { _dbContext = dbContext; }