C# 클래스 Catalogue.Web.Controllers.Keywords.KeywordsController

상속: ApiController
파일 보기 프로젝트 열기: jncc/topcat

공개 메소드들

메소드 설명
Get ( string q, int take = 10 ) : List
KeywordsController ( IDocumentSession db ) : System

메소드 상세

Get() 공개 메소드

public Get ( string q, int take = 10 ) : List
q string
take int
리턴 List

KeywordsController() 공개 메소드

public KeywordsController ( IDocumentSession db ) : System
db IDocumentSession
리턴 System