DB added and more
This commit is contained in:
11
TOOHUCardAPI/DTO/IMethodBasedRequest.cs
Normal file
11
TOOHUCardAPI/DTO/IMethodBasedRequest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TOOHUCardAPI.DTO
|
||||
{
|
||||
public interface IMethodBasedRequest
|
||||
{
|
||||
[JsonPropertyName("method")]
|
||||
public string Method { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user