Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Core
Model
Customer
C# Class Core.Model.Customer
Inheritance:
Core.Model.Entity
Show file
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