public C4Controller()
 {
     this.C4Repository   = new C4Repository();
     this.CommonFunction = new Common();
     this.Cache          = new DefaultCacheProvider();
 }
Ejemplo n.º 2
0
 public C4Controller()
 {
     this.C4Repository = new C4Repository();
 }