コード例 #1
0
 public List <string> ListEmpName(string dept, string role)
 {
     return(eDAO.ListEmpName(dept, role));
 }