コード例 #1
0
ファイル: LeaveClient.cs プロジェクト: NRMonceda/LMS
 public IList <EmployeeList> GetEmployeeList(string param, Int64 userId)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.GetEmployeeList(param, userId));
     }
 }