예제 #1
0
 public bool CrearRutina(rutina rutinas)
 {
     return(oRutinas.InsertarRutina(rutinas));
 }