init
This commit is contained in:
10
Common/DTS.Common/Base/Interface/IViewModel.cs
Normal file
10
Common/DTS.Common/Base/Interface/IViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
// ReSharper disable CheckNamespace
|
||||
namespace DTS.Common.Base
|
||||
{
|
||||
public interface IViewModel
|
||||
{
|
||||
// Summary:
|
||||
// Gets or sets the Model property of the viewmodel object.
|
||||
object Model { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user