Pokaż
Ignoruj:
Data:
2009-09-30 15:49:14 (17 years ago)
Autor:
marek
Opis:

re #195 - merged with latest trunk

Lokalizacja:
branches/Emisje
Pliki:
2 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Emisje

    • Property svn:mergeinfo
      •  

        old new  
         1/branches/AutoShopper:815-818 
        12/branches/ReklamaReorganizacja:568-731 
        2 /trunk:774-810 
         3/tags/BazaReklam_1.1.28:831 
         4/trunk:774-837 
  • branches/Emisje/Wierszowki/Wierszowki.Web/Models/ReportViewData.cs

    r752 r838  
    1515        public List<Magazine> Magazines { get; set; } 
    1616        public Dictionary<int, Dictionary<string, decimal>> ReportData { get; set; } 
     17        public SelectList EmploymentTypeList { get; set; } 
     18        public SelectList UserList { get; set; } 
    1719    } 
    1820}