Beispiel #1
0
 public List <EmpleadoBE> getEmpleado()
 {
     return(EmpleadoDA.GetInstance().getEmpleado());
 }