Example #1
0
 public string updateLeaveType([FromBody] LeaveType pLeaveType)
 {
     return(loLeaveType.updateLeaveType(pLeaveType));
 }