コード例 #1
0
ファイル: A8Controller.cs プロジェクト: wcsy0827/IFRS9
 public A8Controller()
 {
     this.A8Repository = new A8Repository();
 }
コード例 #2
0
 public A8Controller()
 {
     this.A8Repository   = new A8Repository();
     this.CommonFunction = new Common();
     this.Cache          = new DefaultCacheProvider();
 }