Ejemplo n.º 1
0
 public void NotesSend(List<ReceiveUserAndContent> List, string SystemCode, string strFormID)
 {
     string ss = "";
     foreach (ReceiveUserAndContent list in List)
     {
         ss += "Content:" + list.Content + "ReceiveUser:"******"NotesSend()SystemCode:" + SystemCode + "List:" + ss + "strFormID" + strFormID + "");
     EngineServicesBLL bll = new EngineServicesBLL();
     bll.NotesSend(List, SystemCode, strFormID);
 }