示例#1
0
        public static bool DeleteManagerTree(System.Guid managerId, DbTransaction trans = null, string zoneId = "")
        {
            NbManagertreeProvider provider = new NbManagertreeProvider(zoneId);

            return(provider.DeleteManagerTree(managerId, trans));
        }