init
This commit is contained in:
@@ -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