Exemplo n.º 1
0
 public void DeleteRage(ICollection <CartDetails> cartDetails)
 {
     _contextDb.RemoveRange(cartDetails);
 }