C# 클래스 DotNetClub.Core.Service.CategoryService

상속: ServiceBase
파일 보기 프로젝트 열기: scheshan/DotNetClub 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
All ( ) : List
CategoryService ( IServiceProvider serviceProvider, IConfiguration configuration ) : System
Get ( string key ) : CategoryModel

메소드 상세

All() 공개 메소드

public All ( ) : List
리턴 List

CategoryService() 공개 메소드

public CategoryService ( IServiceProvider serviceProvider, IConfiguration configuration ) : System
serviceProvider IServiceProvider
configuration IConfiguration
리턴 System

Get() 공개 메소드

public Get ( string key ) : CategoryModel
key string
리턴 DotNetClub.Core.Model.Category.CategoryModel