mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
15feaf0237
Former-commit-id: dced7d472edabbab4f80c76051f13261928a8dea
10 lines
190 B
C#
10 lines
190 B
C#
using System;
|
|
|
|
namespace netcore_mvc_templates.Models
|
|
{
|
|
public class ErrorViewModel
|
|
{
|
|
public string Title { get; set; }
|
|
public int Code { get; set; }
|
|
}
|
|
} |