Add trace crack result
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for entities which able to save (has unique identifier)
|
||||
/// </summary>
|
||||
public interface ISaveable
|
||||
{
|
||||
/// <summary>
|
||||
/// Unique identifier
|
||||
/// </summary>
|
||||
Guid Id { get;}
|
||||
//void Save();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user