Exemplo n.º 1
0
 public ObservableCollection <string> FillCombobox(ComboboxType type)
 {
     //return conn.FillCombobox(type);
     return(_problemRepository.GetComboboxItemsByComboboxType(type));
 }
 public ObservableCollection <string> GetAllEmployees()
 {
     return(_problemRepository.GetComboboxItemsByComboboxType(ComboboxType.Employee));
 }