CSS separation, multi-tenancy fixes
This commit is contained in:
11
Oqtane.Shared/Models/ApplicationVersion.cs
Normal file
11
Oqtane.Shared/Models/ApplicationVersion.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
public class ApplicationVersion
|
||||
{
|
||||
public int ApplicationVersionId { get; set; }
|
||||
public string Version { get; set; }
|
||||
public DateTime CreatedOn { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user