Exemplo n.º 1
0
 public void RegisterRemove(T entity, IUnitOfWorkRepository<T> repository)
 {
     repository.PersistRemoveItem(entity);
 }