UI rendberakása
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WorkFlowCheck.Common.Enums;
|
||||
using WorkFlowCheck.Common.Helper;
|
||||
|
||||
namespace WorkFlowCheck.Common.DTO
|
||||
{
|
||||
@@ -17,6 +18,8 @@ namespace WorkFlowCheck.Common.DTO
|
||||
[DisplayName("Státusz")]
|
||||
public CheckStatus CheckStatus { get; set; }
|
||||
|
||||
public string StatusName => DisplayNameHelper.GetEnumDisplayName(CheckStatus);
|
||||
|
||||
[DisplayName("Dátum")]
|
||||
public DateTime DateExecution { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user