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