init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IAMITantargySablon : IEntity
|
||||
{
|
||||
bool IsHangszer { get; set; }
|
||||
string Nev { get; set; }
|
||||
|
||||
IReadOnlyList<ITantargy> Tantargy { get; }
|
||||
IReadOnlyList<IAMITTFSablon> AMITTFSablon { get; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user