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

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