﻿using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Wierszowki.Core.Linq
{
    public class Info
    {
        public string powrot { get; set; }
        public int month { get; set; }
        public int year { get; set; }
        public int user_id { get; set; }
    }
}
