C# 클래스 QuizProjectMvc.Services.Data.CategoriesService

상속: ICategoriesService
파일 보기 프로젝트 열기: kidroca/project-quiz-mvc

공개 메소드들

메소드 설명
CategoriesService ( IDbRepository categories, ICacheService cache ) : System.Collections.Generic
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

메소드 상세

CategoriesService() 공개 메소드

public CategoriesService ( IDbRepository categories, ICacheService cache ) : System.Collections.Generic
categories IDbRepository
cache ICacheService
리턴 System.Collections.Generic

Create() 공개 메소드

public Create ( QuizCategory category ) : void
category QuizCategory
리턴 void

Delete() 공개 메소드

public Delete ( int id ) : bool
id int
리턴 bool

FilterByPattern() 공개 메소드

public FilterByPattern ( string pattern ) : IQueryable
pattern string
리턴 IQueryable

GetAll() 공개 메소드

public GetAll ( ) : IQueryable
리턴 IQueryable

GetById() 공개 메소드

public GetById ( int id ) : QuizCategory
id int
리턴 QuizCategory

GetCategoryOptions() 공개 메소드

public GetCategoryOptions ( ) : IEnumerable
리턴 IEnumerable

GetTop() 공개 메소드

public GetTop ( int count ) : IQueryable
count int
리턴 IQueryable

Save() 공개 메소드

public Save ( ) : void
리턴 void