DTOs for index mostly done, doing DB models
This commit is contained in:
10
SVSim.EmulatedEntrypoint/Models/Dtos/CardSetIdentifier.cs
Normal file
10
SVSim.EmulatedEntrypoint/Models/Dtos/CardSetIdentifier.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Models.Dtos;
|
||||
|
||||
[MessagePackObject]
|
||||
public class CardSetIdentifier
|
||||
{
|
||||
[Key("card_set_id")]
|
||||
public int SetId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user