namespace AIParkingApplication { public class ActionResult { public bool HasError { get; set; } public string Message { get; set; } } }