sửa lỗi chính tả của biến {TotalOut}
This commit is contained in:
@@ -58,7 +58,7 @@ namespace AIParkingApplication
|
||||
}));
|
||||
lblVehicleTotalOut.Invoke(new Action(() =>
|
||||
{
|
||||
lblVehicleTotalOut.Text = vehicle.TotelOut;
|
||||
lblVehicleTotalOut.Text = vehicle.TotalOut;
|
||||
}));
|
||||
|
||||
}
|
||||
@@ -95,14 +95,14 @@ namespace AIParkingApplication
|
||||
[JsonProperty("oto")]
|
||||
public int NumberOfCar { get; set; }
|
||||
|
||||
[JsonProperty("moto")]
|
||||
[JsonProperty("moto1")]
|
||||
public int NumberOfMoto { get; set; }
|
||||
|
||||
[JsonProperty("total_in")]
|
||||
public string TotalIn { get; set; }
|
||||
|
||||
[JsonProperty("total_out")]
|
||||
public string TotelOut { get; set; }
|
||||
public string TotalOut { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user