if(typeof B == "undefined") B={};
if(typeof B.BLL == "undefined") B.BLL={};
if(typeof B.BLL.B_Notandum_class == "undefined") B.BLL.B_Notandum_class={};
B.BLL.B_Notandum_class = function() {};
Object.extend(B.BLL.B_Notandum_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNotandum: function() {
		return this.invoke("GetNotandum", {}, this.GetNotandum.getArguments().slice(0));
	},
	GetUserNotandum: function() {
		return this.invoke("GetUserNotandum", {}, this.GetUserNotandum.getArguments().slice(0));
	},
	url: '/ajaxpro/B.BLL.B_Notandum,B.BLL.ashx'
}));
B.BLL.B_Notandum = new B.BLL.B_Notandum_class();

