Finir interface Manager
continuous-integration/drone/push Build is passing Details

pull/37/head
Najlae LAMBARAA 2 years ago
parent 99911eb566
commit 9c60eb9f53

@ -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