10 lines
291 B
C#
10 lines
291 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; }
|
|
}
|
|
}
|