root/branches/Abonament/Wierszowki/Wierszowki.Model/Linq/Info.cs
@
854
| Wersja 854, 335 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.Text; | |
| 5 | ||
| 6 | namespace Wierszowki.Core.Linq | |
| 7 | { | |
| 8 | public class Info | |
| 9 | { | |
| 10 | public string powrot { get; set; } | |
| 11 | public int month { get; set; } | |
| 12 | public int year { get; set; } | |
| 13 | public int user_id { get; set; } | |
| 14 | } | |
| 15 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
