예제 #1
0
        public static bool DeleteRole(System.String account, System.Guid bindCode, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.DeleteRole(account, bindCode, trans));
        }