C# Class OrderService.OrderService

Inheritance: IOrderService
Datei anzeigen Open project: nazeemkhan77/eCommerceSoa Class Usage Examples

Public Methods

Method Description
AddCart ( ) : void
AddWishlist ( ) : void
ConvertCartToOrder ( ) : void
GetOrder ( ) : void
ProcessOrder ( ) : void
RemoveCart ( ) : void
RemoveOrder ( ) : void
RemoveWishlist ( ) : void
RetrieveCart ( ) : void
RetrieveWishlist ( ) : void
UpdateCart ( ) : void
UpdateOrder ( ) : void
UpdateWishlist ( ) : void

Method Details

AddCart() public method

public AddCart ( ) : void
return void

AddWishlist() public method

public AddWishlist ( ) : void
return void

ConvertCartToOrder() public method

public ConvertCartToOrder ( ) : void
return void

GetOrder() public method

public GetOrder ( ) : void
return void

ProcessOrder() public method

public ProcessOrder ( ) : void
return void

RemoveCart() public method

public RemoveCart ( ) : void
return void

RemoveOrder() public method

public RemoveOrder ( ) : void
return void

RemoveWishlist() public method

public RemoveWishlist ( ) : void
return void

RetrieveCart() public method

public RetrieveCart ( ) : void
return void

RetrieveWishlist() public method

public RetrieveWishlist ( ) : void
return void

UpdateCart() public method

public UpdateCart ( ) : void
return void

UpdateOrder() public method

public UpdateOrder ( ) : void
return void

UpdateWishlist() public method

public UpdateWishlist ( ) : void
return void