root/trunk/eCard/eCardMVC/Platnosci/Models/MerchantViewData.cs
@
866
| Wersja 866, 466 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 | using System.Web.Mvc; |
| 6 | using Platnosci.Core.Linq; |
| 7 | |
| 8 | namespace Platnosci.Models |
| 9 | { |
| 10 | public class MerchantViewData |
| 11 | { |
| 12 | public PlatnosciEcard nowaPlatnosc { get; set; } |
| 13 | public string merchantId { get; set; } |
| 14 | public string Hash { get; set; } |
| 15 | public string LinkOk { get; set; } |
| 16 | public string LinkFail { get; set; } |
| 17 | } |
| 18 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
