Esempio n. 1
0
 public ActionResult DeleteSellerProfile(int id)
 {
     _sellerRepository.DeleteSellerProfile(id);
     return(Ok("Product deleted Successfully"));
 }