C# Class AptiGram.Modules.BackgroundModule

Inheritance: Nancy.NancyModule
ファイルを表示 Open project: aptitud/aptigram

Public Methods

Method Description
BackgroundModule ( ) : AptiGram.Models
PublishToGitAsync ( string json ) : System.Threading.Tasks.Task

Private Methods

Method Description
JsonIsSame ( IReadOnlyList contents, string json ) : bool

Method Details

BackgroundModule() public method

public BackgroundModule ( ) : AptiGram.Models
return AptiGram.Models

PublishToGitAsync() public method

public PublishToGitAsync ( string json ) : System.Threading.Tasks.Task
json string
return System.Threading.Tasks.Task