Ejemplo n.º 1
0
 //Get all ptient information
 public void FillPatientGrid()
 {
     employeeView.employeeData = employeeModel.GetAllEmployeeData();
 }