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