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