10 lines
287 B
C#
10 lines
287 B
C#
namespace PARR.API.Contracts.V1.Responses.Statistics
|
|
{
|
|
public class StatWorkWorkLoadResponse : StatWorkLoadDataBaseResponse
|
|
{
|
|
public required ApplicationInWorkBaseResponse Job { get; set; }
|
|
|
|
public required WorkGroupResponse WorkGroup { get; set; }
|
|
}
|
|
}
|