Example #1
0
 public JsonResult GetAllVoucher()
 {
     return(Json(VoucherService.GetAllVoucher(), JsonRequestBehavior.AllowGet));
 }