Example #1
0
 public void Send(IMsg msgSvc, string msg)
 {
     msgSvc.SendMsg(msg);
 }