DB added and more
This commit is contained in:
10
TOOHUCardAPI/DTO/PlayerDataRequestObjects.cs
Normal file
10
TOOHUCardAPI/DTO/PlayerDataRequestObjects.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace TOOHUCardAPI.DTO
|
||||
{
|
||||
public class PlayerDataGetRequestObject
|
||||
{
|
||||
public string Method { get; set; }
|
||||
public Dictionary<string, string> Ids;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user