root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/Waluta.cs @ 952

Wersja 949, 166 bytes (wprowadzona przez marek, 16 years temu)

re #215 - drobny refactoring

Line 
1namespace Platnosci.Core.Linq
2{
3    public class Waluta
4    {
5        public int Amount { get; set; }
6        public string Currency { get; set; }
7    }
8}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.