if(typeof ConcoursPhotos == "undefined") ConcoursPhotos={};
if(typeof ConcoursPhotos.WebControls == "undefined") ConcoursPhotos.WebControls={};
ConcoursPhotos.WebControls.index_class = function() {};
Object.extend(ConcoursPhotos.WebControls.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	enregistreLaNote: function(verre, position, contenu) {
		return this.invoke("enregistreLaNote", {"verre":verre, "position":position, "contenu":contenu}, this.enregistreLaNote.getArguments().slice(3));
	},
	updateLaNote: function(idNotation, verre, position, contenu) {
		return this.invoke("updateLaNote", {"idNotation":idNotation, "verre":verre, "position":position, "contenu":contenu}, this.updateLaNote.getArguments().slice(4));
	},
	getNotation: function(idPhoto) {
		return this.invoke("getNotation", {"idPhoto":idPhoto}, this.getNotation.getArguments().slice(1));
	},
	url: '/ajaxpro/ConcoursPhotos.WebControls.index,InterLoire.ConcoursPhotos.Web.UI.ashx'
}));
ConcoursPhotos.WebControls.index = new ConcoursPhotos.WebControls.index_class();


