addNamespace("Page_All_Couse_List");
Page_All_Couse_List_class = Class.create();
Page_All_Couse_List_class.prototype = (new AjaxPro.Request()).extend({
	GetSubSubject: function(strOrganizationID, strUserGuid, callback) {
		return this.invoke("GetSubSubject", {"strOrganizationID":strOrganizationID, "strUserGuid":strUserGuid}, callback);
	},
	initialize: function() {
		this.url = "/Able.ACC.Web/ajaxpro/Page_All_Couse_List,App_Web_page_all_couse_list.aspx.cdcab7d2.ashx";
	}
})
Page_All_Couse_List = new Page_All_Couse_List_class();

