Example #1
0
 public async Task <bool> DeleteCheckInAsync(int Id)
 {
     return(await _checkInRepository.DeleteAsync(Id));
 }