예제 #1
0
 public SakurityStage(ISakurityOffica offica, PaginationStage invoker)
 {
     // Todo need to put pipeline together and just have a next continuation like fubumvc.
     _Offica  = offica;
     _Invoker = invoker;
 }
예제 #2
0
 public SakurityStage(ISakurityOffica offica, PaginationStage invoker)
 {
     // Todo need to put pipeline together and just have a next continuation like fubumvc.
     _Offica = offica;
     _Invoker = invoker;
 }