C# Class Domain.OrderRepository

显示文件 Open project: daxko/interview_projects Class Usage Examples

Public Properties

Property Type Description
orders IList

Public Methods

Method Description
OrderRepository ( ) : System.Collections.Generic
get_all ( ) : IList
save ( Order order ) : void

Method Details

OrderRepository() public method

public OrderRepository ( ) : System.Collections.Generic
return System.Collections.Generic

get_all() public method

public get_all ( ) : IList
return IList

save() public method

public save ( Order order ) : void
order Order
return void

Property Details

orders public_oe property

public IList orders
return IList