root/trunk/Wierszowki/Wierszowki.Web/Models/DeleteViewData.cs @ 861

Wersja 842, 268 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 System.Web.Mvc;
6using Wierszowki.Core.Linq;
7
8namespace Wierszowki.Models
9{
10    public class DeleteViewData
11    {
12        public Info Info { get; set; }
13    }
14}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.