예제 #1
0
파일: Chain.cs 프로젝트: sonbua/async-dolls
 public Task Invoke(IncomingContext context)
 {
     return(pipeline(context));
 }