Beispiel #1
0
        public IHttpActionResult GetMaxShape(string username)
        {
            var maxShape = MemberData.GetMemberShapeSlot(username);

            return(Ok(maxShape));
        }