Exemplo n.º 1
0
 protected Repository(CashflowContext context)
 {
     Context = context;
     _entity = Context.Set <TEntity>();
 }