root/trunk/Wierszowki/Wierszowki.Model/Linq/Info.cs @ 842

Wersja 842, 335 bytes (wprowadzona przez alina, 17 years temu)

fix #207, #193, #205

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.