예제 #1
0
파일: Context.cs 프로젝트: bittercoder/Boat
 public Context(IRackEnvironment environmet)
 {
     Environment = environmet;
 }
예제 #2
0
파일: App.cs 프로젝트: bittercoder/Boat
 public Tuple<IRackStatus, IHeaderCollection, IBody> call(IRackEnvironment environment)
 {
     throw new NotImplementedException();
 }