Exemple #1
0
 public void StartWork(WorkLogModel model) => OnWorkStarted?.Invoke(model);
Exemple #2
0
 public void WorkSession(int minutes)
 {
     SetTime(_WorkTime);
     OnWorkStarted?.Invoke();
 }