mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-19 02:54:22 +00:00
10 lines
219 B
C#
10 lines
219 B
C#
namespace Oqtane.Models
|
|
{
|
|
public class ModuleContent
|
|
{
|
|
public string ModuleDefinitionName { get; set; }
|
|
public string Version { get; set; }
|
|
public string Content { get; set; }
|
|
}
|
|
}
|