C# 클래스 AdventureWorks.WebServices.Controllers.PaymentMethodController

상속: ApiController
파일 보기 프로젝트 열기: PrismLibrary/Prism-Samples-Windows

공개 메소드들

메소드 설명
PaymentMethodController ( ) : System.Collections.Generic
PaymentMethodController ( IPaymentMethodRepository paymentMethodRepository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
PostAddress ( PaymentMethod paymentMethod ) : HttpResponseMessage
Put ( string defaultPaymentMethodId ) : HttpResponseMessage

메소드 상세

PaymentMethodController() 공개 메소드

public PaymentMethodController ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PaymentMethodController() 공개 메소드

public PaymentMethodController ( IPaymentMethodRepository paymentMethodRepository ) : System.Collections.Generic
paymentMethodRepository IPaymentMethodRepository
리턴 System.Collections.Generic