mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
7 lines
160 B
C#
7 lines
160 B
C#
namespace Azaion.LoaderUI;
|
|
|
|
public class BusinessExceptionDto
|
|
{
|
|
public int ErrorCode { get; set; }
|
|
public string Message { get; set; } = string.Empty;
|
|
} |