feat(api): в WorkGroupResponse добавлена ResponseArea
This commit is contained in:
9
PARR.API/Contracts/V1/Responses/ResponseAreaResponse.cs
Normal file
9
PARR.API/Contracts/V1/Responses/ResponseAreaResponse.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class ResponseAreaResponse
|
||||
{
|
||||
public int Code { get; set; }
|
||||
|
||||
public required string Name { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public required string Name { get; set; }
|
||||
|
||||
public ResponseAreaResponse? ResponseArea { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user