root/trunk/Wierszowki/Wierszowki.Model/Interfaces/IIdentifiable.cs
@
900
| Wersja 752, 221 bytes (wprowadzona przez marek, 17 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Linq; |
| 4 | using System.Text; |
| 5 | |
| 6 | namespace Wierszowki.Core.Interfaces |
| 7 | { |
| 8 | public interface IIdentifiable |
| 9 | { |
| 10 | int Id { get; set; } |
| 11 | } |
| 12 | |
| 13 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
