Ejemplo n.º 1
0
 public GerenciadorDePratos(PratoList pratoList)
 {
     PratoList = pratoList;
 }
Ejemplo n.º 2
0
 private void LoadDefaults()
 {
     CategoriaList       = new PratoList();
     GerenciadorDePratos = new GerenciadorDePratos(CategoriaList);
 }