Exemple #1
0
 public void ApplyChanges(Receta entity)
 {
     _repositoryReceta.ApplyChanges(entity);
 }