示例#1
0
 public async Task <bool> AddCheckInAsync(Entities.CheckIn checkin)
 {
     return(await _checkInRepository.AddAsync(checkin));
 }