var WsCustomerSaved=function() {
WsCustomerSaved.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WsCustomerSaved.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WsCustomerSaved._staticInstance.get_path();},
getCustomerSaved:function(LanguageId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCustomerSaved',true,{LanguageId:LanguageId},succeededCallback,failedCallback,userContext); },
getDBStatistics:function(LanguageId,myCountries,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getDBStatistics',true,{LanguageId:LanguageId,myCountries:myCountries},succeededCallback,failedCallback,userContext); }}
WsCustomerSaved.registerClass('WsCustomerSaved',Sys.Net.WebServiceProxy);
WsCustomerSaved._staticInstance = new WsCustomerSaved();
WsCustomerSaved.set_path = function(value) { WsCustomerSaved._staticInstance.set_path(value); }
WsCustomerSaved.get_path = function() { return WsCustomerSaved._staticInstance.get_path(); }
WsCustomerSaved.set_timeout = function(value) { WsCustomerSaved._staticInstance.set_timeout(value); }
WsCustomerSaved.get_timeout = function() { return WsCustomerSaved._staticInstance.get_timeout(); }
WsCustomerSaved.set_defaultUserContext = function(value) { WsCustomerSaved._staticInstance.set_defaultUserContext(value); }
WsCustomerSaved.get_defaultUserContext = function() { return WsCustomerSaved._staticInstance.get_defaultUserContext(); }
WsCustomerSaved.set_defaultSucceededCallback = function(value) { WsCustomerSaved._staticInstance.set_defaultSucceededCallback(value); }
WsCustomerSaved.get_defaultSucceededCallback = function() { return WsCustomerSaved._staticInstance.get_defaultSucceededCallback(); }
WsCustomerSaved.set_defaultFailedCallback = function(value) { WsCustomerSaved._staticInstance.set_defaultFailedCallback(value); }
WsCustomerSaved.get_defaultFailedCallback = function() { return WsCustomerSaved._staticInstance.get_defaultFailedCallback(); }
WsCustomerSaved.set_path("/webServices/WsCustomerSaved.asmx");
WsCustomerSaved.getCustomerSaved= function(LanguageId,onSuccess,onFailed,userContext) {WsCustomerSaved._staticInstance.getCustomerSaved(LanguageId,onSuccess,onFailed,userContext); }
WsCustomerSaved.getDBStatistics= function(LanguageId,myCountries,onSuccess,onFailed,userContext) {WsCustomerSaved._staticInstance.getDBStatistics(LanguageId,myCountries,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(WsDbStatistic) === 'undefined') {
var WsDbStatistic=gtc("WsDbStatistic");
WsDbStatistic.registerClass('WsDbStatistic');
}
