Esempio n. 1
0
 private bool PuedoGrabar()
 {
     return(!string.IsNullOrWhiteSpace(Receta.NOMBRE) && Detalles.Count() > 0);
 }