예제 #1
0
 public Receta LeeReceta(string nombre)
 {
     return(recetaRepositorio.LeeReceta(nombre));
 }