|
Wersja 853, 0.7 KB
(wprowadzona przez marek, 17 years temu)
|
|
re #195 - merged with latest trunk
|
| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Linq;
|
|---|
| 4 | using System.Web;
|
|---|
| 5 | using Wierszowki.Core.Linq;
|
|---|
| 6 | using System.Web.Mvc;
|
|---|
| 7 |
|
|---|
| 8 | namespace Wierszowki.Models
|
|---|
| 9 | {
|
|---|
| 10 | public class UpdateViewData
|
|---|
| 11 | {
|
|---|
| 12 | public UpdateData up { get; set; }
|
|---|
| 13 | public Magazine Magazine { get; set; }
|
|---|
| 14 | public Issue Issue { get; set; }
|
|---|
| 15 | public SelectList AuthorList { get; set; }
|
|---|
| 16 | public SelectList MagazineList { get; set; }
|
|---|
| 17 | public SelectList IssueList { get; set; }
|
|---|
| 18 | public SelectList ItemTypeList { get; set; }
|
|---|
| 19 | public int SmallerMagazineNumber { get; set; }
|
|---|
| 20 | public Info Info { get; set; }
|
|---|
| 21 | public int ErrorEdit { get; set; }
|
|---|
| 22 | }
|
|---|
| 23 | }
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.