using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Platnosci.Core.Linq; namespace Platnosci.Models { public class InvoiceDetailsViewData { public vPlatnosciEcard vPlatnosciEcard { get; set; } public Payer Payer {get; set;} public string brutto { get; set; } public string termin { get; set; } public string info { get; set; } } }