Inititial Commit

This commit is contained in:
2023-04-22 21:42:57 -07:00
parent 660b89c129
commit c7995ffd4f
58 changed files with 1312 additions and 905 deletions

View File

@ -9,5 +9,5 @@ public class Avatar
string href
) => Href = href;
public string Href { get; set; } // { init; get; }
public string Href { get; } // { init; get; }
}