Esempio n. 1
0
 public async Task <bool> DeleteHolidaysAsync(int holidayId)
 {
     return(await m_holidayService.DeleteAsync(holidayId));
 }