if(typeof Netlogiq == "undefined") Netlogiq={};
if(typeof Netlogiq.Web == "undefined") Netlogiq.Web={};
if(typeof Netlogiq.Web.FisaProiect == "undefined") Netlogiq.Web.FisaProiect={};
Netlogiq.Web.FisaProiect_class = function() {};
Object.extend(Netlogiq.Web.FisaProiect_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDomainElements: function(OrganisationID) {
		return this.invoke("GetDomainElements", {"OrganisationID":OrganisationID}, this.GetDomainElements.getArguments().slice(1));
	},
	GetSubDomainElements: function(DomainID, OrganisationID) {
		return this.invoke("GetSubDomainElements", {"DomainID":DomainID, "OrganisationID":OrganisationID}, this.GetSubDomainElements.getArguments().slice(2));
	},
	url: '/ajaxpro/Netlogiq.Web.FisaProiect,App_Web_aopnjhjg.ashx'
}));
Netlogiq.Web.FisaProiect = new Netlogiq.Web.FisaProiect_class();

