示例#1
0
 public IHttpActionResult AddPoints(int id, List <PointViewModel> points)
 {
     return(Ok(_service.AddPoints(id, points)));
 }