예제 #1
0
 public Comanda()
 {
     ClienteViewModel = new ClienteViewModel();
     Produto          = new List <Produto>();
 }
예제 #2
0
 public AgendamentoViewModel()
 {
     ClienteViewModel = new ClienteViewModel();
 }