Пример #1
0
 public ActionResult guardarNotas(string id, string notas)
 {
     DaoLib.guardar_notas(id, notas);
     return(BuildResponse());
 }