示例#1
0
 public GerenciadorDePratos(PratoList pratoList)
 {
     PratoList = pratoList;
 }
示例#2
0
 private void LoadDefaults()
 {
     CategoriaList       = new PratoList();
     GerenciadorDePratos = new GerenciadorDePratos(CategoriaList);
 }