C# 클래스 Application.Controllers.NotesController

상속: ApiController
파일 보기 프로젝트 열기: Hill30/ResourceAllocation

공개 메소드들

메소드 설명
Get ( int personId, string personType, int count, int offset, string sortOrder = "asc" ) : List
NotesController ( IPersonsRepository personsRepository ) : System.Collections.Generic

메소드 상세

Get() 공개 메소드

public Get ( int personId, string personType, int count, int offset, string sortOrder = "asc" ) : List
personId int
personType string
count int
offset int
sortOrder string
리턴 List

NotesController() 공개 메소드

public NotesController ( IPersonsRepository personsRepository ) : System.Collections.Generic
personsRepository IPersonsRepository
리턴 System.Collections.Generic