From a7f54065506d93086d31f5612c4cd9dc86098954 Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Tue, 30 Jun 2020 14:16:50 +0700 Subject: [PATCH] ActionResult - Remove prop. public object Data --- AIParkingApplication/ActionResult.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AIParkingApplication/ActionResult.cs b/AIParkingApplication/ActionResult.cs index eafaf03..0fd585e 100644 --- a/AIParkingApplication/ActionResult.cs +++ b/AIParkingApplication/ActionResult.cs @@ -4,6 +4,5 @@ { public bool HasError { get; set; } public string Message { get; set; } - public object Data { get; set; } } } \ No newline at end of file