C# Class ExampleWebShop.Controllers.Repository

Afficher le fichier Open project: PaysonAktiebolag/api-integration-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GetPurchaseState ( string orderGuid ) : ExampleWebShop.Models.PurchaseState
Repository ( System.Web.HttpContextBase context ) : System
SavePurchaseState ( ExampleWebShop.Models.PurchaseState state ) : void

Method Details

GetPurchaseState() public méthode

public GetPurchaseState ( string orderGuid ) : ExampleWebShop.Models.PurchaseState
orderGuid string
Résultat ExampleWebShop.Models.PurchaseState

Repository() public méthode

public Repository ( System.Web.HttpContextBase context ) : System
context System.Web.HttpContextBase
Résultat System

SavePurchaseState() public méthode

public SavePurchaseState ( ExampleWebShop.Models.PurchaseState state ) : void
state ExampleWebShop.Models.PurchaseState
Résultat void