Exemple #1
0
 public Receta Leer(string nombreReceta)
 {
     return(recetaRepository.LeerR(nombreReceta));
 }