Example #1
0
 public int PostNewLosts([FromBody] Losts s)
 {
     return(s.PostNewLosts(s));
 }