init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using DTS.Common.Base;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IFilterViewModel : IBaseViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Search View.
|
||||
/// </summary>
|
||||
IBaseView View { get; }
|
||||
IBaseViewModel Parent { get; }
|
||||
|
||||
object ContextSearchRegion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user