ActionResult - Remove prop. public object Data

This commit is contained in:
DucDangAnh 2020-06-30 14:16:50 +07:00
parent d00adfac4c
commit a7f5406550

View File

@ -4,6 +4,5 @@
{
public bool HasError { get; set; }
public string Message { get; set; }
public object Data { get; set; }
}
}