C# 클래스 Flatwhite.Tests.BlogService

상속: IBlogService, INoneCaheBlogService
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite

공개 메소드들

메소드 설명
GetByIdAsync ( System.Guid postId ) : Task
IOAsync ( ) : Task
IOSync ( ) : string

비공개 메소드들

메소드 설명
GetById ( System.Guid postId ) : object
GetComments ( System.Guid postId, int count ) : IEnumerable

메소드 상세

GetByIdAsync() 공개 메소드

public GetByIdAsync ( System.Guid postId ) : Task
postId System.Guid
리턴 Task

IOAsync() 공개 메소드

public IOAsync ( ) : Task
리턴 Task

IOSync() 공개 메소드

public IOSync ( ) : string
리턴 string