feat(api, bll): StatHostController, StatApplicationController добавлена статистика за период. ICalendarService - публичный метод для получения списка дат, метод получения даты с учетом часового пояса.
This commit is contained in:
@@ -214,11 +214,13 @@
|
||||
{
|
||||
public const string Get = BaseStat + "/hosts/";
|
||||
public const string GetWithTemplates = BaseStat + "/hosts/templates";
|
||||
public const string GetForPeriod = BaseStat + "/hosts/period";
|
||||
}
|
||||
|
||||
public static class StatApplication
|
||||
{
|
||||
public const string Get = BaseStat + "/applications/";
|
||||
public const string GetForPeriod = BaseStat + "/applications/period";
|
||||
}
|
||||
|
||||
public static class StatOrder
|
||||
|
||||
Reference in New Issue
Block a user