コード例 #1
0
 public DTO.ResponseMessage <bool> DelPlace(string Code, string UserID)
 {
     return(svc.DelPlace(Code, UserID));
 }