コード例 #1
0
 public DTO.ResponseMessage <bool> PersonNotApprove(List <string> listId)
 {
     return(svc.PersonNotApprove(listId.ToArray()));
 }