Beispiel #1
0
 public void Delete(string nombreReceta)
 {
     recetaRepository.DeleteR(nombreReceta);
 }