示例#1
0
        public int DoRemoveSampleTest(int id, Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            using (SampleDAO dao = new SampleDAO()) {
                return dao.RemoveOrderSampleTest(id, identification.UserId);
            }
        }