Exemple #1
0
 public BaseRepository(CondicionClimaticaContext repositoryContext)
 {
     this.RepositoryContext = repositoryContext;
 }
Exemple #2
0
 public CondicionClimaticaRepository(CondicionClimaticaContext repositoryContext)
     : base(repositoryContext)
 {
 }
Exemple #3
0
 public RepositoryWrapper(CondicionClimaticaContext repoContext)
 {
     this.repoContext = repoContext;
 }