...
This commit is contained in:
8
Shared/DTOs/Authentication.cs
Normal file
8
Shared/DTOs/Authentication.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class Authentication
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user