root/branches/Abonament/Wierszowki/Wierszowki.Web/Models/ConfirmViewData.cs
@
854
| Wersja 854, 340 bytes (wprowadzona przez marek, 17 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [842] | 1 | using System; |
| 2 | using System.Collections.Generic; | |
| 3 | using System.Linq; | |
| 4 | using System.Web; | |
| 5 | using Wierszowki.Core.Linq; | |
| 6 | ||
| 7 | namespace Wierszowki.Models | |
| 8 | { | |
| 9 | public class ConfirmViewData | |
| 10 | { | |
| 11 | public Author Author { get; set; } | |
| 12 | public OperationType akcja { get; set; } | |
| 13 | public Info info { get; set; } | |
| 14 | } | |
| 15 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
