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