コード例 #1
0
        public bool Eliminar(int id)
        {
            var dato = repositorio.Eliminar(id);

            return(dato);
        }