Ejemplo n.º 1
0
 /// <summary>
 /// 待办任务关闭
 /// </summary>
 /// <param name="strSystemCode">系统代号</param>
 /// <param name="List"></param>       
 public void MsgListClose(string strSystemCode, List<ReceiveUserForm> List)
 {
     string ss = "";
     foreach (ReceiveUserForm list in List)
     {
         ss += "FormID:" + list.FormID + "ReceiveUser:"******"MsgListClose()strSystemCode:" + strSystemCode + "List:" + ss + "");
     EngineServicesBLL bll = new EngineServicesBLL();
     bll.MsgListClose(strSystemCode, List);
 }