public RevenueLogic()
 {
     _sl            = new ShortMsgLogic();
     _revenueServer = new RevenueServer();
 }
Ejemplo n.º 2
0
 public ShortMsgController()
 {
     _sl = new ShortMsgLogic.ShortMsgLogic();
 }