2cc13ac9bb
Did not run code. Had a spur of the moment to try something out.
8 lines
169 B
C#
8 lines
169 B
C#
namespace Icarus.Models.Shared
|
|
{
|
|
public class UserCredentials
|
|
{
|
|
public string Username { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
} |