Merge pull request 'WIP Finir interface Manager' (#37) from creer_interface_manager into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #37
pull/39/head
Najlae LAMBARAA 2 years ago
commit 9c09323f95

@ -8,6 +8,8 @@ namespace Model
{
internal interface IManager
{
public T Add<T>(ref T toAdd);
public T Remove<T>(ref T toRemove);
public T Update<T>(ref T before, ref T after);
}
}

Loading…
Cancel
Save