Ejemplo n.º 1
0
 public bool UpdataeAdjustmentDetails([FromBody] List <AdjustmentVoucherDetail> voucherDetails)
 {
     return(scservice.UpdateAdjustmentVoucherDeatails(voucherDetails));
 }