Add project files.
This commit is contained in:
9
Gateway/Models/ProviderRequest.cs
Normal file
9
Gateway/Models/ProviderRequest.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Gateway.Models;
|
||||
|
||||
public sealed class ProviderRequest
|
||||
{
|
||||
public string Operation { get; set; } = string.Empty;
|
||||
public string? TenantId { get; set; }
|
||||
public string? RequestId { get; set; }
|
||||
public Dictionary<string, object>? Payload { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user