Esempio n. 1
0
        public IEnumerable <dynamic> GetListUser()
        {
            try
            {
                return(SecurityDAO.GetAccount());
            }catch (Exception ex)
            {
                NLogManager.PublishException(ex);
            }

            return(null);
        }