コード例 #1
0
 public CustomList <HRM_Emp> GetAllViewEmp(string spName, string fromDate, string toDate, string str)
 {
     return(HRM_Emp.GetAllViewEmp(spName, fromDate, toDate, str));
 }