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