init
This commit is contained in:
8
Common/DTS.Common/Interface/ViewData/IViewDataView.cs
Normal file
8
Common/DTS.Common/Interface/ViewData/IViewDataView.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IViewDataView : IBaseView
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IViewDataViewModel : IBaseViewModel
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user