fix(api): StatTemplateAutoControlResponse исправлено название поля
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class StatTemplateAutoControlResponse
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
public int Сreations { get; set; }
|
||||
public int Creations { get; set; }
|
||||
public int Activations { get; set; }
|
||||
public int Deactivations { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user