root/trunk/Wierszowki/Wierszowki.Model/Linq/UpdateData.cs
| Wersja 842, 355 bytes (wprowadzona przez alina, 17 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Linq; |
| 4 | using System.Text; |
| 5 | using Wierszowki.Core.Interfaces; |
| 6 | |
| 7 | namespace Wierszowki.Core.Linq |
| 8 | { |
| 9 | public class UpdateData : IIdentifiable |
| 10 | { |
| 11 | public int Id { get; set; } |
| 12 | public MagazineItem Magazine { get; set; } |
| 13 | public Info inf { get; set; } |
| 14 | } |
| 15 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
