fix: Fixes major bug with BoBEntries removal (#2165)
This commit is contained in:
parent
78feea86b4
commit
f89b2be653
1 changed files with 1 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ public class BOBEntries : GenericEntityPersistence<IBOBEntry>
|
|||
|
||||
public static void Add(IBOBEntry entity) => _bobEntriesPersistence.AddEntity(entity);
|
||||
|
||||
public static void Remove(IBOBEntry entity) => _bobEntriesPersistence.AddEntity(entity);
|
||||
public static void Remove(IBOBEntry entity) => _bobEntriesPersistence.RemoveEntity(entity);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue