コード例 #1
0
 public string acceptRequest(int id)
 {
     return(database.AcceptRequest(id));
 }