Stuff works

This commit is contained in:
gamer147
2024-09-08 10:27:12 -04:00
parent 7e4bce9ac5
commit ac3b002d74
14 changed files with 157 additions and 87 deletions

View File

@@ -0,0 +1,7 @@
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests;
public class IndexRequest : BaseRequest
{
public string Carrier { get; set; }
public string CardMasterHash { get; set; }
}