Beispiel #1
0
 public IHttpActionResult FindVoucherReport(string VoucherID)
 {
     return(Ok(_voucherService.FindVoucherReport(VoucherID)));
 }