Esempio n. 1
0
 public CountryRepository(ELCVContext repositoryContext) : base(repositoryContext)
 {
 }
Esempio n. 2
0
 public ELCVContextTest()
 {
     context = new ELCVContext(GetcontextOptions().Options);
 }
Esempio n. 3
0
 public StateRepository(ELCVContext repositoryContext) : base(repositoryContext)
 {
 }
Esempio n. 4
0
 public EfRepository(ELCVContext dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 5
0
 public CityRepository(ELCVContext repositoryContext) : base(repositoryContext)
 {
 }
Esempio n. 6
0
 public EfAsyncRepository(ELCVContext repositoryContext)
 {
     RepositoryContext = repositoryContext;
 }