Esempio n. 1
0
 public string updateDeductionType([FromBody] DeductionType pDeductionType)
 {
     return(loDeductionType.updateDeductionType(pDeductionType));
 }