BaseJump.Core.RequestModel.RequestModel C# (CSharp) Method

RequestModel() private method

private RequestModel ( object obj ) : System
obj object
return System
        private RequestModel(object obj)
        {
            model = obj;
            modelType = obj.GetType();
            Method = "GET";
        }