init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using DataPro.Common.Base;
|
||||
using DataPro.Common.Interface.GroupTemplate;
|
||||
|
||||
namespace DataPro.Common.Interface
|
||||
{
|
||||
public interface IGroupTemplateInfoControlViewModel : IBaseViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Shell View.
|
||||
/// </summary>
|
||||
IGroupTemplateInfoView View { get; }
|
||||
IGroupTemplateModel SelectedGroupTemplate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user