Code changes

Did not run code. Had a spur of the moment to try something out.
This commit is contained in:
Kun Deng
2022-08-25 20:56:12 -04:00
parent 467a9d7e0f
commit 2cc13ac9bb
7 changed files with 171 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace Icarus.Models.Shared
{
public class UserCredentials
{
public string Username { get; set; }
public string Password { get; set; }
}
}