init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Kreta.Web.Helpers.Modal;
|
||||
|
||||
namespace Kreta.Web.Models.EditorTemplates
|
||||
{
|
||||
public class ModelWindowBaseModel
|
||||
{
|
||||
public List<ModalButtonModel> Buttons { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user