コード例 #1
0
 // DELETE api/<controller>/5
 public int EditUserInfo(UserInfo f)
 {
     return(userinformation.EditUserInfo(f));
 }