Пример #1
0
 public IHttpActionResult GetData(string departid, string type, string year, string status)
 {
     return(Ok(_voucherService.GetDataVoucher(departid, type, year, status)));
 }