Пример #1
0
 public System.Threading.Tasks.Task <string> GetHotelInfoAsync(ExcelReport.Tamarind.SingleHotel hotel)
 {
     return(base.Channel.GetHotelInfoAsync(hotel));
 }
Пример #2
0
 public string GetHotelInfo(ExcelReport.Tamarind.SingleHotel hotel)
 {
     return(base.Channel.GetHotelInfo(hotel));
 }