root/trunk/Wierszowki/Wierszowki.Web/Models/AuthorViewData.cs @ 926

Wersja 752, 332 bytes (wprowadzona przez marek, 17 years temu)

wiersz

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5using System.Web.Mvc;
6using Wierszowki.Core.Linq;
7
8namespace 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.