root/trunk/Wierszowki/Wierszowki.Model/Linq/Info.cs
| Wersja 842, 335 bytes (wprowadzona przez alina, 17 years temu) |
|---|
| Line | |
|---|---|
| 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.
