using System; using System.Collections.Generic; using System.Linq; using System.Web; using Wierszowki.Core.Linq; namespace Wierszowki.Models { public class UserConfirmViewData { public OperationType Akcja { get; set; } public string ErrorInfo { get; set; } public string Naglowek { get; set; } public User User { get; set; } } }