Ejemplo n.º 1
0
 public void Remove(TEtity entity)
 {
     _repostory.Remove(entity);
     _unitOfWork.Commit();
 }