Пример #1
0
 public BindingList <Person> FillSupervisors()
 {
     return(new BindingList <Person>(_logic.GetPersonEmployeesSupervisors()));
 }