C# 클래스 Blog.Services.Helpers.Rest.AddressRestResource

상속: IAddressRestResource
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
Add ( Address address, string authenticationToken ) : Address
Delete ( int addressId, string authenticationToken ) : bool
GetByUser ( int userId ) : Address
Update ( Address address, string authenticationToken ) : Address

메소드 상세

Add() 공개 메소드

public Add ( Address address, string authenticationToken ) : Address
address Blog.Common.Contracts.Address
authenticationToken string
리턴 Blog.Common.Contracts.Address

Delete() 공개 메소드

public Delete ( int addressId, string authenticationToken ) : bool
addressId int
authenticationToken string
리턴 bool

GetByUser() 공개 메소드

public GetByUser ( int userId ) : Address
userId int
리턴 Blog.Common.Contracts.Address

Update() 공개 메소드

public Update ( Address address, string authenticationToken ) : Address
address Blog.Common.Contracts.Address
authenticationToken string
리턴 Blog.Common.Contracts.Address