C# Class Flatwhite.Tests.BlogService

Inheritance: IBlogService, INoneCaheBlogService
ファイルを表示 Open project: vanthoainguyen/Flatwhite

Public Methods

Method Description
GetByIdAsync ( System.Guid postId ) : Task
IOAsync ( ) : Task
IOSync ( ) : string

Private Methods

Method Description
GetById ( System.Guid postId ) : object
GetComments ( System.Guid postId, int count ) : IEnumerable

Method Details

GetByIdAsync() public method

public GetByIdAsync ( System.Guid postId ) : Task
postId System.Guid
return Task

IOAsync() public method

public IOAsync ( ) : Task
return Task

IOSync() public method

public IOSync ( ) : string
return string