Exemplo n.º 1
0
 public GiderGrubuRepository(WebContext dbContect)
 {
     this.DbContext = dbContect;
 }
Exemplo n.º 2
0
 public PlaceRepository(WebContext dbContext) : base()
 {
     this.DbContext = dbContext;
     this.DbSet     = DbContext.Set <Place>();
 }