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