|
Wersja 853, 393 bytes
(wprowadzona przez marek, 17 years temu)
|
|
re #195 - merged with latest trunk
|
| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Linq;
|
|---|
| 4 | using System.Web;
|
|---|
| 5 | using Wierszowki.Core.Linq;
|
|---|
| 6 |
|
|---|
| 7 | namespace 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.