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 MerchantViewData { public PlatnosciEcard nowaPlatnosc { get; set; } public string merchantId { get; set; } public string Hash { get; set; } public string LinkOk { get; set; } public string LinkFail { get; set; } } }