root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/Waluta.cs
@
866
| Wersja 866, 257 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.Linq |
| 7 | { |
| 8 | public class Waluta |
| 9 | { |
| 10 | public int Amount { get; set; } |
| 11 | public string Currency { get; set; } |
| 12 | } |
| 13 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
