Exemplo n.º 1
0
 public Repository(LodgingContext context)
 {
     _db = context.Set <TEntity>();
 }
 protected Repository(LodgingContext context)
 {
     _db = context.Set <TEntity>();
 }