feat(api): список статусов ЭК
This commit is contained in:
10
PARR.API/Contracts/V1/Responses/EkStatusResponse.cs
Normal file
10
PARR.API/Contracts/V1/Responses/EkStatusResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class EkStatusResponse
|
||||
{
|
||||
public int Code { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user