root/trunk/Wierszowki/Wierszowki.Web/Models/AuthorViewData.cs
@
752
| Wersja 752, 332 bytes (wprowadzona przez marek, 17 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [752] | 1 | using System; |
| 2 | using System.Collections.Generic; | |
| 3 | using System.Linq; | |
| 4 | using System.Web; | |
| 5 | using System.Web.Mvc; | |
| 6 | using Wierszowki.Core.Linq; | |
| 7 | ||
| 8 | namespace Wierszowki.Models | |
| 9 | { | |
| 10 | public class AuthorViewData | |
| 11 | { | |
| 12 | public Author Author { get; set; } | |
| 13 | public SelectList EmploymentTypeList { get; set; } | |
| 14 | } | |
| 15 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
