コード例 #1
0
 public int UpdateProfileById([FromBody] Profile profile)
 {
     return(ProfilesManager.UpdateProfileById(_sqlConnection, profile));
 }