Exemplo n.º 1
0
 public DbRepository()
 {
     Context  = ContextManager.Instance <TContext>();
     Entities = this.Context.Set <TEntity>();
 }