Ejemplo n.º 1
0
 public string insertLeaveType([FromBody] LeaveType pLeaveType)
 {
     return(loLeaveType.insertLeaveType(pLeaveType));
 }