Exemplo n.º 1
0
 public ExercisesRepository(TaskerContext context)
 {
     this._context = context;
 }
Exemplo n.º 2
0
 public UnitOfWork(TaskerContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public UserProfilesRepository(TaskerContext _context)
 {
     context = _context;
 }
Exemplo n.º 4
0
 public WorkoutsRepository(TaskerContext context)
 {
     this._context = context;
 }