addNamespace("Project_BIOTECH_C.Uc_Control_Template");
Project_BIOTECH_C.Uc_Control_Template.uc_menuleft_calendar_class = Class.create();
Project_BIOTECH_C.Uc_Control_Template.uc_menuleft_calendar_class.prototype = (new AjaxPro.Request()).extend({
	GetChuoiCalendar: function(ngay, thang, nam, callback) {
		return this.invoke("GetChuoiCalendar", {"ngay":ngay, "thang":thang, "nam":nam}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Project_BIOTECH_C.Uc_Control_Template.uc_menuleft_calendar,Project_BIOTECH_C.ashx";
	}
})
Project_BIOTECH_C.Uc_Control_Template.uc_menuleft_calendar = new Project_BIOTECH_C.Uc_Control_Template.uc_menuleft_calendar_class();

