C# 클래스 ExampleWebShop.Controllers.Repository

파일 보기 프로젝트 열기: PaysonAktiebolag/api-integration-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetPurchaseState ( string orderGuid ) : ExampleWebShop.Models.PurchaseState
Repository ( System.Web.HttpContextBase context ) : System
SavePurchaseState ( ExampleWebShop.Models.PurchaseState state ) : void

메소드 상세

GetPurchaseState() 공개 메소드

public GetPurchaseState ( string orderGuid ) : ExampleWebShop.Models.PurchaseState
orderGuid string
리턴 ExampleWebShop.Models.PurchaseState

Repository() 공개 메소드

public Repository ( System.Web.HttpContextBase context ) : System
context System.Web.HttpContextBase
리턴 System

SavePurchaseState() 공개 메소드

public SavePurchaseState ( ExampleWebShop.Models.PurchaseState state ) : void
state ExampleWebShop.Models.PurchaseState
리턴 void