Основные reponses
This commit is contained in:
11
PARR.API/Contracts/V1/Responses/ProcessResponse.cs
Normal file
11
PARR.API/Contracts/V1/Responses/ProcessResponse.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class ProcessResponse
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public required string Name { get; set; }
|
||||
|
||||
public int EsppId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user