C# Class Core.Model.Customer

Inheritance: Core.Model.Entity
显示文件 Open project: jeffreypalermo/mvc2inaction Class Usage Examples

Public Methods

Method Description
AddOrder ( Order order ) : void
GetShippedOrders ( ) : IEnumerable
GetTotalAmountPaid ( ) : decimal

Method Details

AddOrder() public method

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

GetShippedOrders() public method

public GetShippedOrders ( ) : IEnumerable
return IEnumerable

GetTotalAmountPaid() public method

public GetTotalAmountPaid ( ) : decimal
return decimal