摘要:
IOC 短信接口伪代码Public Class Lawyer{ private IInfoSend infoSend; public IInfoSend setInfoSend(IInfoSend infoSend) { this.infoSend=infoSend; } public void sendMsg() { this.infoSend.sendMsg(this.entity); }}Public Interface IInfoSend{ void sendMsg();}public class BJInfoSe... 阅读全文
posted @ 2013-08-21 10:26
sofia
阅读(375)
评论(0)
推荐(0)

浙公网安备 33010602011771号