SmallRefactor: {APIPath} -> {APIPathModel}

This commit is contained in:
Le Chau 2020-06-26 17:18:49 +07:00
parent 089c289019
commit 2cd9fa1ef3

View File

@ -333,7 +333,7 @@ namespace AIParkingApplication
public bool IsSaveSystemLogs { get; set; } public bool IsSaveSystemLogs { get; set; }
[JsonProperty("api")] [JsonProperty("api")]
public APIPath APIPath { get; set; } public APIPathModel APIPath { get; set; }
[JsonProperty("camera1")] [JsonProperty("camera1")]
public CameraData CameraData1 { get; set; } public CameraData CameraData1 { get; set; }
@ -371,7 +371,7 @@ namespace AIParkingApplication
} }
public class APIPath public class APIPathModel
{ {
[JsonProperty("apiStatistics")] [JsonProperty("apiStatistics")]
public APIProperties ApiStatistics { get; set; } public APIProperties ApiStatistics { get; set; }