Improved the code generator. More to come.

This commit is contained in:
2023-02-04 10:37:30 -08:00
parent 6bb01464e7
commit 74f8921f7a
4 changed files with 475 additions and 74 deletions

View File

@ -14,6 +14,10 @@ namespace MontoyaTech.Rest.Net.Example
{
public string Name = null;
public List<string> List = null;
public ulong Property { get; set; }
public User(string name)
{
this.Name = name;