public Receta Lee(String _Nombre) { return(Recetario.Lee(_Nombre)); }
public void Lee(string Nombre) { recetaRepository.Lee(Nombre); }