init
This commit is contained in:
14
Kreta.DataAccessInterfaceGenerated/ILogEventType.cs
Normal file
14
Kreta.DataAccessInterfaceGenerated/ILogEventType.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface ILogEventType : IEntity
|
||||
{
|
||||
bool? Deletable { get; set; }
|
||||
string DisplayName { get; set; }
|
||||
|
||||
IReadOnlyList<ILog> Log { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user