Exemple #1
0
 public ActionResult ChangeStatus(int statusId, int id)
 {
     _claimService.ChangeStatus(statusId, id);
     return(null);
 }