コード例 #1
0
ファイル: Controller.cs プロジェクト: ciker/201509LoginDemo
 public Controller()
 {
     ActionInvoker = new ControllerActionInvoker();
     Type = this.GetType();
 }
コード例 #2
0
ファイル: Controller.cs プロジェクト: ciker/201509LoginDemo
 public Controller()
 {
     ActionInvoker = new ControllerActionInvoker();
     Type          = this.GetType();
 }