예제 #1
0
 public CMSMessageOTPController()
 {
     _factory = new CMSMarketingFactory();
 }
예제 #2
0
 public MarketingController()
 {
     _fac         = new CMSMarketingFactory();
     _gsmFac      = new CMSGSMFactory();
     _simOperator = new CMSSimOperatorFactory();
 }
예제 #3
0
 public ProfileController()
 {
     _factory = new CMSMarketingFactory();
     _fac     = new CMSDepositTransactionFactory();
 }
예제 #4
0
 public CentrifugeController()
 {
     _fac = new CMSMarketingFactory();
 }