示例#1
0
 public Context(IRackEnvironment environmet)
 {
     Environment = environmet;
 }
示例#2
0
文件: App.cs 项目: bittercoder/Boat
 public Tuple<IRackStatus, IHeaderCollection, IBody> call(IRackEnvironment environment)
 {
     throw new NotImplementedException();
 }