Exemplo n.º 1
0
 public RepositoryBase(MyFinanceContext ctx)
 {
     this._ctx = ctx;
     dbset     = ctx.Set <T>();
 }