Example #1
0
        public bool ServiciosCategoriasDelete(long Id)
        {
            ServiciosCategoriasImpl oServiciosCategoriasImpl = new ServiciosCategoriasImpl();

            return(oServiciosCategoriasImpl.ServiciosCategoriasDelete(Id));
        }