Exemplo n.º 1
0
 public HotelContentRS GetHotelInfo(HDSRequest rq)
 {
     SourceSelectionFactory factory = new SourceSelectionFactory();
     IHDSHotelContent contentObj = factory.CreateSourceContent(rq.Session.SourceProvider);
     return contentObj.GetHotelInfo(rq);
 }