if(typeof TFI == "undefined") TFI={};
if(typeof TFI.ClientServices == "undefined") TFI.ClientServices={};
if(typeof TFI.ClientServices.Common_class == "undefined") TFI.ClientServices.Common_class={};
TFI.ClientServices.Common_class = function() {};
Object.extend(TFI.ClientServices.Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetJobCategories: function(activityDomain) {
		return this.invoke("GetJobCategories", {"activityDomain":activityDomain}, this.GetJobCategories.getArguments().slice(1));
	},
	GetDepartments: function(region) {
		return this.invoke("GetDepartments", {"region":region}, this.GetDepartments.getArguments().slice(1));
	},
	url: '/ajaxpro/TFI.ClientServices.Common,TFI.ClientServices.ashx'
}));
TFI.ClientServices.Common = new TFI.ClientServices.Common_class();

