Esempio n. 1
0
 public bool Delete(ProductDetails entity)
 {
     _dbContext.Remove(entity);
     return(Save());
 }
 public bool Delete(Cart entity)
 {
     _dbContext.Remove(entity);
     return(Save());
 }
Esempio n. 3
0
 public bool Delete(MobileBrand entity)
 {
     _dbContext.Remove(entity);
     return(Save());
 }