root/trunk/Wierszowki/Wierszowki.Web/Models/DeleteViewData.cs
@
907
| Wersja 842, 268 bytes (wprowadzona przez alina, 17 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Linq; |
| 4 | using System.Web; |
| 5 | using System.Web.Mvc; |
| 6 | using Wierszowki.Core.Linq; |
| 7 | |
| 8 | namespace Wierszowki.Models |
| 9 | { |
| 10 | public class DeleteViewData |
| 11 | { |
| 12 | public Info Info { get; set; } |
| 13 | } |
| 14 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
