public void Remove(TEntity entity)
 {
     Context.Remove(entity);
 }
Ejemplo n.º 2
0
 public void Remove(T obj)
 {
     Context.Remove(obj);
 }