tmp
This commit is contained in:
11
ShowTrend_tmp3/ShowTrend3/Models/ErrorViewModel.cs
Normal file
11
ShowTrend_tmp3/ShowTrend3/Models/ErrorViewModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace ShowTrend3.Models
|
||||
{
|
||||
public class ErrorViewModel
|
||||
{
|
||||
public string RequestId { get; set; }
|
||||
|
||||
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user