コード例 #1
0
 public bool NotCompletRequest(int empId)
 {
     return(_controller.NotCompletRequest(empId));
 }