예제 #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));
 }