All the code
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace AspShogiSockets.ServiceModels.Api.Messages
|
||||
{
|
||||
public class PostGameInvitation
|
||||
{
|
||||
public string SessionName { get; set; }
|
||||
}
|
||||
public class PostGameInvitationResponse
|
||||
{
|
||||
public string Code { get; }
|
||||
public PostGameInvitationResponse(string code)
|
||||
{
|
||||
Code = code;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user