예제 #1
0
 public ServicoDTO Excluir(ServicoDTO dto)
 {
     return(dao.Eliminar(dto));
 }