Runtime enum should be in Oqtane,Shared

This commit is contained in:
hishamco
2020-11-19 17:33:49 +03:00
parent c44bc8709d
commit 322d45dd12
8 changed files with 21 additions and 12 deletions

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Oqtane.Models;
@ -19,6 +19,6 @@ namespace Oqtane.UI
public string Action { get; set; }
public bool EditMode { get; set; }
public DateTime LastSyncDate { get; set; }
public Runtime Runtime { get; set; }
public Oqtane.Shared.Runtime Runtime { get; set; }
}
}
}