root/branches/Emisje/Wierszowki/Wierszowki.Model/Linq/UpdateData.cs
@
853
| Wersja 853, 355 bytes (wprowadzona przez marek, 17 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [842] | 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.
