init
This commit is contained in:
13
Common/DTS.CommonCore/Base/Interface/IBaseModel.cs
Normal file
13
Common/DTS.CommonCore/Base/Interface/IBaseModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// ReSharper disable CheckNamespace
|
||||
namespace DTS.Common.Base
|
||||
{
|
||||
public interface IBaseModel : IBasePropertyChanged
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Gets the IsSaved status.
|
||||
/// </summary>
|
||||
bool IsSaved { get; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user