C# Class AdventureWorks.WebServices.Controllers.AddressController

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

Méthodes publiques

Méthode Description
AddressController ( ) : System.Collections.Generic
AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic

Private Methods

Méthode Description
GetAll ( ) : IEnumerable
PostAddress ( Address address ) : HttpResponseMessage
Put ( string defaultAddressId, AddressType addressType ) : HttpResponseMessage

Method Details

AddressController() public méthode

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

AddressController() public méthode

public AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic
addressRepository IAddressRepository
Résultat System.Collections.Generic