Exemplo n.º 1
0
 public UnitOfWork(AskxammyContext context)
 {
     this._context = context;
 }
Exemplo n.º 2
0
 public BaseRepository(AskxammyContext context)
 {
     this.context = context;
     this.dbSet   = this.context.Set <TEntity>();
 }