public GenaricRepository(TaskDbContext context)
 {
     this._context = context;
 }
Beispiel #2
0
 public UnitOfWork(TaskDbContext context)
 {
     this._context = context;
 }