예제 #1
0
 public int InsertProfile([FromBody] Profile profile)
 {
     return(ProfilesManager.InsertRow(_sqlConnection, profile));
 }