Example #1
0
 public AtendimentoServicoDTO()
 {
     Atendimento = new AtendimentoDTO();
     Servico     = new ServicoDTO();
 }
 public ServicoProdutoDTO()
 {
     Servico = new ServicoDTO();
     Produto = new ProdutoDTO();
 }