C# Class AdventureWorks.WebServices.Controllers.PaymentMethodController

Inheritance: ApiController
Afficher le fichier Open project: PrismLibrary/Prism-Samples-Windows

Méthodes publiques

Méthode Description
PaymentMethodController ( ) : System.Collections.Generic
PaymentMethodController ( IPaymentMethodRepository paymentMethodRepository ) : System.Collections.Generic

Private Methods

Méthode Description
GetAll ( ) : IEnumerable
PostAddress ( PaymentMethod paymentMethod ) : HttpResponseMessage
Put ( string defaultPaymentMethodId ) : HttpResponseMessage

Method Details

PaymentMethodController() public méthode

public PaymentMethodController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PaymentMethodController() public méthode

public PaymentMethodController ( IPaymentMethodRepository paymentMethodRepository ) : System.Collections.Generic
paymentMethodRepository IPaymentMethodRepository
Résultat System.Collections.Generic