squash a bunch of commits
This commit is contained in:
9
Shogi.Contracts/Types/User.cs
Normal file
9
Shogi.Contracts/Types/User.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shogi.Contracts.Types
|
||||
{
|
||||
public class User
|
||||
{
|
||||
public string Id { get; set; } = string.Empty;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user