示例#1
0
 public object DeleteMsgDetails(List <string> msgDetailIds)
 {
     return(_MsgService.DeleteMsgDetails(msgDetailIds));
 }