예제 #1
0
 public ActionResult <LeaveType> GetLeaveTypeByname(string status)
 {
     return(_LeaveTypeService.GetLeaveTypeByName(status));
 }