Beispiel #1
0
 public IHttpActionResult PostDecreaseMaxShape(string username)
 {
     MemberData.DecreaseMemberShapeSlot(username);
     return(Ok());
 }