Exemple #1
0
 public void DeleteAll() => repo.DeleteAll();
Exemple #2
0
 public void Dispose()
 {
     repo.DeleteAll();
 }