Exemple #1
0
 public Receta LeerReceta(String nombre)
 {
     return(recetaRepository.read(nombre));
 }