Ejemplo n.º 1
0
 public IActionResult Delete(SellerDeleteServiceInputModel data)
 {
     return(Ok(_sellerService.DeleteSellerService(data)));
 }