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

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

공개 메소드들

메소드 설명
AddressController ( ) : System.Collections.Generic
AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
PostAddress ( Address address ) : HttpResponseMessage
Put ( string defaultAddressId, AddressType addressType ) : HttpResponseMessage

메소드 상세

AddressController() 공개 메소드

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

AddressController() 공개 메소드

public AddressController ( IAddressRepository addressRepository ) : System.Collections.Generic
addressRepository IAddressRepository
리턴 System.Collections.Generic