Example #1
0
 public async Task <bool> UpdateCheckInAsync(Entities.CheckIn checkin)
 {
     return(await _checkInRepository.UpdateAsync(checkin));
 }