Exemple #1
0
 public async Task <bool> Delete(int timeSlotId)
 {
     return(await _service.DeleteTimeSlot(timeSlotId));
 }