Type.registerNamespace('WebApplication.Services');
WebApplication.Services.InfoService=function() {
WebApplication.Services.InfoService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebApplication.Services.InfoService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WebApplication.Services.InfoService._staticInstance.get_path();},
GetInfoBlock:function(code,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetInfoBlock',false,{code:code},succeededCallback,failedCallback,userContext); },
GetHotelsListWithRegions:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHotelsListWithRegions',false,{context:context},succeededCallback,failedCallback,userContext); },
GetCityFullPath:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCityFullPath',false,{context:context},succeededCallback,failedCallback,userContext); },
GetHotelsList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHotelsList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetTourDescription:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTourDescription',false,{id:id},succeededCallback,failedCallback,userContext); },
GetCorporateAction:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCorporateAction',false,{id:id},succeededCallback,failedCallback,userContext); },
GetRedirectUrlLogin:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRedirectUrlLogin',false,{},succeededCallback,failedCallback,userContext); }}
WebApplication.Services.InfoService.registerClass('WebApplication.Services.InfoService',Sys.Net.WebServiceProxy);
WebApplication.Services.InfoService._staticInstance = new WebApplication.Services.InfoService();
WebApplication.Services.InfoService.set_path = function(value) { WebApplication.Services.InfoService._staticInstance.set_path(value); }
WebApplication.Services.InfoService.get_path = function() { return WebApplication.Services.InfoService._staticInstance.get_path(); }
WebApplication.Services.InfoService.set_timeout = function(value) { WebApplication.Services.InfoService._staticInstance.set_timeout(value); }
WebApplication.Services.InfoService.get_timeout = function() { return WebApplication.Services.InfoService._staticInstance.get_timeout(); }
WebApplication.Services.InfoService.set_defaultUserContext = function(value) { WebApplication.Services.InfoService._staticInstance.set_defaultUserContext(value); }
WebApplication.Services.InfoService.get_defaultUserContext = function() { return WebApplication.Services.InfoService._staticInstance.get_defaultUserContext(); }
WebApplication.Services.InfoService.set_defaultSucceededCallback = function(value) { WebApplication.Services.InfoService._staticInstance.set_defaultSucceededCallback(value); }
WebApplication.Services.InfoService.get_defaultSucceededCallback = function() { return WebApplication.Services.InfoService._staticInstance.get_defaultSucceededCallback(); }
WebApplication.Services.InfoService.set_defaultFailedCallback = function(value) { WebApplication.Services.InfoService._staticInstance.set_defaultFailedCallback(value); }
WebApplication.Services.InfoService.get_defaultFailedCallback = function() { return WebApplication.Services.InfoService._staticInstance.get_defaultFailedCallback(); }
WebApplication.Services.InfoService.set_enableJsonp = function(value) { WebApplication.Services.InfoService._staticInstance.set_enableJsonp(value); }
WebApplication.Services.InfoService.get_enableJsonp = function() { return WebApplication.Services.InfoService._staticInstance.get_enableJsonp(); }
WebApplication.Services.InfoService.set_jsonpCallbackParameter = function(value) { WebApplication.Services.InfoService._staticInstance.set_jsonpCallbackParameter(value); }
WebApplication.Services.InfoService.get_jsonpCallbackParameter = function() { return WebApplication.Services.InfoService._staticInstance.get_jsonpCallbackParameter(); }
WebApplication.Services.InfoService.set_path("/Services/InfoService.asmx");
WebApplication.Services.InfoService.GetInfoBlock= function(code,onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetInfoBlock(code,onSuccess,onFailed,userContext); }
WebApplication.Services.InfoService.GetHotelsListWithRegions= function(context,onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetHotelsListWithRegions(context,onSuccess,onFailed,userContext); }
WebApplication.Services.InfoService.GetCityFullPath= function(context,onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetCityFullPath(context,onSuccess,onFailed,userContext); }
WebApplication.Services.InfoService.GetHotelsList= function(prefixText,count,onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetHotelsList(prefixText,count,onSuccess,onFailed,userContext); }
WebApplication.Services.InfoService.GetTourDescription= function(id,onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetTourDescription(id,onSuccess,onFailed,userContext); }
WebApplication.Services.InfoService.GetCorporateAction= function(id,onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetCorporateAction(id,onSuccess,onFailed,userContext); }
WebApplication.Services.InfoService.GetRedirectUrlLogin= function(onSuccess,onFailed,userContext) {WebApplication.Services.InfoService._staticInstance.GetRedirectUrlLogin(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadComboBoxItemData) === 'undefined') {
Telerik.Web.UI.RadComboBoxItemData=gtc("Telerik.Web.UI.RadComboBoxItemData");
Telerik.Web.UI.RadComboBoxItemData.registerClass('Telerik.Web.UI.RadComboBoxItemData');
}

