Beispiel #1
0
        public SmartCollection<SecurityOption> DoGetSecurityOptions(Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            using (SystemDAO dao = new SystemDAO()) {
                return dao.GetSecurityOptions();
            }
        }