Domain.OrderRepository.get_all C# (CSharp) Method

get_all() public method

public get_all ( ) : IList
return IList
        public IList<Order> get_all()
        {
            return orders;
        }