Apistry.Tests.Specs.ExampleController.PutUser C# (CSharp) Method

PutUser() public method

public PutUser ( Int32 userId, System.Web.Http.User user ) : void
userId System.Int32
user System.Web.Http.User
return void
        public void PutUser(Int32 userId, User user)
        {
        }