Exemplo n.º 1
0
 public UnitOfWork()
 {
     _context = new PlannerContext();
 }
Exemplo n.º 2
0
 public BaseRepository(PlannerContext context)
 {
     this._context = context;
 }