public RevenueLogic()
 {
     _sl            = new ShortMsgLogic();
     _revenueServer = new RevenueServer();
 }
示例#2
0
 public ShortMsgController()
 {
     _sl = new ShortMsgLogic.ShortMsgLogic();
 }