Exemple #1
0
 public MarketingController()
 {
     _fac         = new CMSMarketingFactory();
     _gsmFac      = new CMSGSMFactory();
     _simOperator = new CMSSimOperatorFactory();
 }
 public CMSGSMController()
 {
     _factory = new CMSGSMFactory();
 }