Beispiel #1
0
 public A7Controller()
 {
     this.A7Repository   = new A7Repository();
     this.CommonFunction = new Common();
     this.Cache          = new DefaultCacheProvider();
 }
Beispiel #2
0
 public A7Controller()
 {
     this.A7Repository = new A7Repository();
 }