Ejemplo n.º 1
0
        public List <ServicoDTO> Listar()
        {
            ServicoDatabase db = new ServicoDatabase();

            return(db.Listar());
        }
Ejemplo n.º 2
0
        public int Salvar(ServicoDTO dto)
        {
            ServicoDatabase db = new ServicoDatabase();

            return(db.Salvar(dto));
        }