yep
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Shogi.Api.Repositories.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// Useful with Dapper to read from database.
|
||||
/// </summary>
|
||||
public class SessionDto
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user