feat(api): статистика созданных шаблонов в БД ПАРР
This commit is contained in:
@@ -208,6 +208,7 @@
|
||||
public static class StatTemplate
|
||||
{
|
||||
public const string Get = BaseStat + "/templates/";
|
||||
public const string GetForPeriod = BaseStat + "/templates/period";
|
||||
}
|
||||
|
||||
public static class StatHost
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
namespace PARR.API.Contracts.V1.Responses.Statistics
|
||||
{
|
||||
public class StatTemplatePeriodResponse
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
|
||||
public int CreatedTemplatesCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user