Exemplo n.º 1
0
 public List <Staff> GetAll()
 {
     return(StaffDAL.GetAll());
 }