Пример #1
0
 public async Task <bool> DeleteMeAsync(int id)
 {
     return(await _leaveRepository.DeleteAsync(id));
 }