C# 클래스 FrannHammer.Api.Controllers.NotationsController

상속: BaseApiController
파일 보기 프로젝트 열기: Frannsoft/FrannHammer 1 사용 예제들

공개 메소드들

메소드 설명
NotationsController ( IMetadataService metadataService ) : System.Net

Create a new NotationsController to interact with the server.

비공개 메소드들

메소드 설명
DeleteNotation ( int id ) : IHttpActionResult
GetNotation ( int id, [ fields = "" ) : IHttpActionResult
GetNotations ( [ fields = "" ) : IHttpActionResult
PostNotation ( NotationDto dto ) : IHttpActionResult
PutNotation ( int id, NotationDto dto ) : IHttpActionResult

메소드 상세

NotationsController() 공개 메소드

Create a new NotationsController to interact with the server.
public NotationsController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
리턴 System.Net