Exemplo n.º 1
0
 public ActionResult Create(CITAS cita)
 {
     CitasBLL.Agregar(cita);
     return(View("~/Views/Cita/Cita.cshtml", cita));
 }