コード例 #1
0
ファイル: Chain.cs プロジェクト: sonbua/async-dolls
 public Task Invoke(IncomingContext context)
 {
     return(pipeline(context));
 }