Beispiel #1
0
 public ActionResult Delete(Guid paymentTypeId)
 {
     return(Json(_paymentTypeService.DeletePaymentType(paymentTypeId)));
 }