public UnitOfWork(ISnappetChallengeContext context)
 {
     this._context = context;
 }
 public ExerciseService(ISnappetChallengeContext context)
 {
     this.context = context;
 }
 public UserService(ISnappetChallengeContext context)
 {
     this.context = context;
 }
 public SubjectService(ISnappetChallengeContext context)
 {
     this.context = context;
 }