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