public A6Controller()
 {
     this.A6Repository   = new A6Repository();
     this.CommonFunction = new Common();
     this.Cache          = new DefaultCacheProvider();
 }
Exemple #2
0
 public A6Controller()
 {
     this.A6Repository = new A6Repository();
 }