Example #1
0
 public int GetReceiver(string id, string comboId)
 {
     return(BookingDataRepository.GetReceiver(id, comboId));
 }