250501 커밋
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
public class AdminSapphireChangeRequest
|
||||
{
|
||||
public string AccountId { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user