Ejemplo n.º 1
0
 public IList <EmployeeList> GetEmployeeList(string param, Int64 userId)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.GetEmployeeList(param, userId));
     }
 }