Esempio n. 1
0
 public Task <List <Cart> > DelWishListById(Cart obj)
 {
     return(_IWishListRepository.DelWishListById(obj));
 }