Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IMenuOperation
|
||||
{
|
||||
bool IsEnabled { get; }
|
||||
string Identifier { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user