mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-07-14 03:23:48 +08:00
9 lines
194 B
C#
9 lines
194 B
C#
namespace OpenAuth.IdentityServer.Quickstart.Home
|
|
{
|
|
public class ErrorViewModel
|
|
{
|
|
public string ErrorId { get; set; }
|
|
public string ErrorMessage { get; set; }
|
|
}
|
|
}
|