Stuff works
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests;
|
||||
|
||||
public class IndexRequest : BaseRequest
|
||||
{
|
||||
public string Carrier { get; set; }
|
||||
public string CardMasterHash { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user