示例#1
0
        public SmartCollection<Sample> DoGetClientSamples(int clientId, Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            using (SampleDAO dao = new SampleDAO())
            {
                return dao.GetClientSamples(clientId, identification);
            }
        }