Exemple #1
0
        public int DoCancelSample(int arlNumber, SampleNote note, Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            using (SampleDAO dao = new SampleDAO()) {
                return dao.CancelSample(arlNumber, note, identification);
            }
        }