root/trunk/Wierszowki/Wierszowki.Web/Models/AllViewData.cs
@
912
| Wersja 842, 430 bytes (wprowadzona przez alina, 17 years temu) |
|---|
| Line | |
|---|---|
| 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 AllViewData |
| 10 | { |
| 11 | public string naglowek { get; set; } |
| 12 | public string error { get; set; } |
| 13 | public Info info { get; set; } |
| 14 | public List<MagazineItem> magazine { get; set; } |
| 15 | public int number { get; set; } |
| 16 | } |
| 17 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
