Example #1
0
 public Repository(IPuteshestveniciDbContext atmDbContext)
 {
     this.dbContext = atmDbContext;
 }
Example #2
0
 public PuteshestveniciData(IPuteshestveniciDbContext dbContext)
 {
     this.dbContext    = dbContext;
     this.repositories = new Dictionary <Type, object>();
 }