메소드 | 설명 | |
---|---|---|
CategoriesService ( IDbRepository |
||
Create ( QuizCategory category ) : void | ||
Delete ( int id ) : bool | ||
FilterByPattern ( string pattern ) : IQueryable |
||
GetAll ( ) : IQueryable |
||
GetById ( int id ) : QuizCategory | ||
GetCategoryOptions ( ) : IEnumerable |
||
GetTop ( int count ) : IQueryable |
||
Save ( ) : void |
public CategoriesService ( IDbRepository |
||
categories | IDbRepository |
|
cache | ICacheService | |
리턴 | System.Collections.Generic |
public FilterByPattern ( string pattern ) : IQueryable |
||
pattern | string | |
리턴 | IQueryable |