Example #1
0
 public async Task <ReservationItem> DeleteAsync(Guid id)
 {
     return(await _reservationDataService.DeleteAsync(id));
 }