if(typeof JuLang == "undefined") JuLang={};
if(typeof JuLang.sc == "undefined") JuLang.sc={};
JuLang.sc.Repository_class = function() {};
Object.extend(JuLang.sc.Repository_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowGrid: function(ps, cp, filter) {
		return this.invoke("ShowGrid", {"ps":ps, "cp":cp, "filter":filter}, this.ShowGrid.getArguments().slice(3));
	},
	AskAdd: function(type, content, contact) {
		return this.invoke("AskAdd", {"type":type, "content":content, "contact":contact}, this.AskAdd.getArguments().slice(3));
	},
	url: '/ajaxpro/JuLang.sc.Repository,JuLang.ashx'
}));
JuLang.sc.Repository = new JuLang.sc.Repository_class();

