Example #1
0
 System.Collections.ObjectModel.Collection <SimpleLookupDTO> IViewRegistryTask.GetCorrespondenceDepts()
 {
     System.Collections.ObjectModel.Collection <SimpleLookupDTO> items = dao.GetCorrespondenceDepts();
     items.Insert(0, new SimpleLookupDTO(0, "Niezadekretowane"));
     items.Insert(0, new SimpleLookupDTO(-1, "(brak filtrowania)"));
     return(items);
 }