8 lines
166 B
C#
8 lines
166 B
C#
namespace AIParkingApplication
|
|
{
|
|
public class ActionResult
|
|
{
|
|
public bool HasError { get; set; }
|
|
public string Message { get; set; }
|
|
}
|
|
} |