Exemple #1
0
 /// <summary>
 /// The constructor associated with the task service.
 /// </summary>
 public TaskService(PomodoroTimerContext context)
 {
     this.context = context;
 }
Exemple #2
0
 /// <summary>
 /// User service constructor
 /// </summary>
 public UserService(PomodoroTimerContext context)
 {
     this.context = context;
 }