using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Platnosci.Core.Linq { public class Waluta { public int Amount { get; set; } public string Currency { get; set; } } }