Esempio n. 1
0
 public T RemoveAndSave <T>(T entity) where T : class => adapter.DeleteAndSave(entity);