示例#1
0
 public List <Staff> GetStaffByRole(string role) => staffDAO.GetStaffByRole(role);