Ejemplo n.º 1
0
 public void RemoveRange(IEnumerable <TEtity> entities)
 {
     _repostory.RemoveRange(entities);
     _unitOfWork.Commit();
 }