root/trunk/Wierszowki/Wierszowki.Web/Models/UserConfirmViewData.cs @ 961

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

fix #207, #193, #205

Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Web;
5using Wierszowki.Core.Linq;
6
7namespace Wierszowki.Models
8{
9    public class UserConfirmViewData
10    {
11        public OperationType Akcja { get; set; }
12        public string ErrorInfo { get; set; }
13        public string Naglowek { get; set; }
14        public User User { get; set; }
15    }
16}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.