C# 클래스 Rock.Rest.Controllers.PhoneNumbersController

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
Post ( PhoneNumber phoneNumber ) : System.Net.Http.HttpResponseMessage

Posts the specified phone number.

Put ( int id, PhoneNumber phoneNumber ) : void

Puts the specified identifier.

메소드 상세

Post() 공개 메소드

Posts the specified phone number.
public Post ( PhoneNumber phoneNumber ) : System.Net.Http.HttpResponseMessage
phoneNumber PhoneNumber The phone number.
리턴 System.Net.Http.HttpResponseMessage

Put() 공개 메소드

Puts the specified identifier.
public Put ( int id, PhoneNumber phoneNumber ) : void
id int The identifier.
phoneNumber PhoneNumber The phone number.
리턴 void