Esempio n. 1
0
 public ActionResult Post(EmotionalPhotoDto photo)
 {
     return(Ok(photo.Scores));
 }