12 lines
245 B
C#
12 lines
245 B
C#
namespace PARR.API.Contracts.V1.Responses.Statistics
|
|
{
|
|
public class StatUnitResponse
|
|
{
|
|
public int AllHosts { get; set; }
|
|
|
|
public int CreatedLastDay { get; set; }
|
|
|
|
public int UpdatedLastDay { get; set;}
|
|
}
|
|
}
|