root/trunk/eCard/eCardMVC/Platnosci.Core/Interface/IIdentifiable.cs
@
930
| Wersja 867, 211 bytes (wprowadzona przez alina, 16 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Linq; |
| 4 | using System.Web; |
| 5 | |
| 6 | namespace Platnosci.Core.Interface |
| 7 | { |
| 8 | public interface IIdentifiable |
| 9 | { |
| 10 | int Id { get; } |
| 11 | } |
| 12 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
