Exemplo n.º 1
0
        public SmartCollection<Oos> DoGetOOSs(bool showAll, Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            using (SampleDAO dao = new SampleDAO()) {
                return dao.GetOOSs(showAll, identification);
            }
        }