C# Class AdventureWorks.WebServices.Controllers.AddressController

Inheritance: ApiController
Datei anzeigen Open project: PrismLibrary/Prism-Samples-Windows

Public Methods

Method Description
AddressController ( ) : System.Collections.Generic
AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic

Private Methods

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

Method Details

AddressController() public method

public AddressController ( ) : System.Collections.Generic
return System.Collections.Generic

AddressController() public method

public AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic
addressRepository IAddressRepository
return System.Collections.Generic