C# Class OrderService.OrderService

Inheritance: IOrderService
Afficher le fichier Open project: nazeemkhan77/eCommerceSoa Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddCart ( ) : void
Résultat void

AddWishlist() public méthode

public AddWishlist ( ) : void
Résultat void

ConvertCartToOrder() public méthode

public ConvertCartToOrder ( ) : void
Résultat void

GetOrder() public méthode

public GetOrder ( ) : void
Résultat void

ProcessOrder() public méthode

public ProcessOrder ( ) : void
Résultat void

RemoveCart() public méthode

public RemoveCart ( ) : void
Résultat void

RemoveOrder() public méthode

public RemoveOrder ( ) : void
Résultat void

RemoveWishlist() public méthode

public RemoveWishlist ( ) : void
Résultat void

RetrieveCart() public méthode

public RetrieveCart ( ) : void
Résultat void

RetrieveWishlist() public méthode

public RetrieveWishlist ( ) : void
Résultat void

UpdateCart() public méthode

public UpdateCart ( ) : void
Résultat void

UpdateOrder() public méthode

public UpdateOrder ( ) : void
Résultat void

UpdateWishlist() public méthode

public UpdateWishlist ( ) : void
Résultat void