mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
12 lines
240 B
C#
12 lines
240 B
C#
namespace Teknik.IdentityServer.ViewModels
|
|
{
|
|
public class SubmitReportViewModel
|
|
{
|
|
public string Message { get; set; }
|
|
|
|
public string Exception { get; set; }
|
|
|
|
public string CurrentUrl { get; set; }
|
|
}
|
|
}
|