root/branches/Abonament/Wierszowki/Wierszowki.Model/Linq/Info.cs @ 881

Wersja 854, 335 bytes (wprowadzona przez marek, 17 years temu)

re #184 - merged with latest trunk

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace 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.