Пример #1
0
 private Task DeleteTimerAsync(Models.Database.Timer currentTimer)
 {
     return(timerRepository.DeleteTimerAsync(currentTimer.Id));
 }