Bosphorus.Dao.Demo.Mix.ExecutionList.Session.Stateless C# (CSharp) Method

Stateless() public method

public Stateless ( ) : IEnumerable
return IEnumerable
        public IEnumerable<LogModel> Stateless()
        {
            IEnumerable<LogModel> result = logDao.GetAll();
            return result;
        }