Add project files.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Core.Blueprint.Service.External.Clients.Adapters
|
||||
{
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum StatusEnum
|
||||
{
|
||||
|
||||
Active = 0,
|
||||
|
||||
Inactive = 1,
|
||||
|
||||
Deleted = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user