- Data:
- 2009-09-30 15:49:14 (17 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
Wierszowki/Wierszowki.Web/Controllers/ReportController.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 /branches/AutoShopper:815-818 1 2 /branches/ReklamaReorganizacja:568-731 2 /trunk:774-810 3 /tags/BazaReklam_1.1.28:831 4 /trunk:774-837
-
- Property svn:mergeinfo
-
branches/Emisje/Wierszowki/Wierszowki.Web/Controllers/ReportController.cs
r796 r838 33 33 public ActionResult Index() 34 34 { 35 35 36 var viewData = new ReportViewData 36 37 { 37 Authors = _context.GetAuthors().OrderBy(a => a.FullName).ToList() 38 Authors = _context.GetAuthors().OrderBy(a => a.FullName).ToList(), 39 EmploymentTypeList = new SelectList(_context.GetEmploymentTypes().ToList(),"Id","Name"), 40 UserList = new SelectList(_context.GetUsers().OrderBy(u => u.FirstName).ToList(),"Id","FullName") 38 41 }; 39 42 return View(viewData);
