Example #1
0
 public PlanoContaDTO Salvar(PlanoContaDTO dto)
 {
     return(dao.Inserir(dto));
 }