init
This commit is contained in:
12
Framework/Collections/Generic/IEntityCollectionDA.cs
Normal file
12
Framework/Collections/Generic/IEntityCollectionDA.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Kreta.Framework.Collections.Generic
|
||||
{
|
||||
public interface IEntityCollectionDA<CollectionEntityType>
|
||||
where CollectionEntityType : Kreta.Framework.Entities.Entity
|
||||
{
|
||||
void LoadCollection(IAssociatedEntityCollection<CollectionEntityType> collection);
|
||||
|
||||
void AddItem(CollectionEntityType entity);
|
||||
|
||||
void DeleteItem(CollectionEntityType entity);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user