Пример #1
0
 public BindingList <Employee> GetAllEmployees()
 {
     return(_logicSystem.GetEmployees());
 }