Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddCustomer ( ICustomer customer ) : System.Guid | ||
AddCustomer ( string name, string email, |
||
CustomerService ( ICommandProcessor processor, IQueryable |
||
GetAllCustomers ( ) : ICollection |
||
GetCustomer ( System.Guid customerId ) : ICustomer |
public AddCustomer ( ICustomer customer ) : System.Guid | ||
customer | ICustomer | |
return | System.Guid |
public AddCustomer ( string name, string email, |
||
name | string | |
string | ||
address | ||
return | System.Guid |
public CustomerService ( ICommandProcessor processor, IQueryable |
||
processor | ICommandProcessor | |
customers | IQueryable |
|
return | System |
public GetCustomer ( System.Guid customerId ) : ICustomer | ||
customerId | System.Guid | |
return | ICustomer |