Ejemplo n.º 1
0
 public List <StaffDTO> getByName(string name)
 {
     return(Sdao.GetByName(name));
 }