Zbiór zmian 971 dla trunk/eCard/eCardMVC/Platnosci/Models/InvoiceDetailsViewData.cs
- Data:
- 2009-12-23 11:59:36 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Models/InvoiceDetailsViewData.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Models/InvoiceDetailsViewData.cs
r970 r971 2 2 using adMoto.Payments.Core.Data; 3 3 4 namespace Platnosci.Models4 namespace adMoto.Payments.Web.Models 5 5 { 6 6 public class InvoiceDetailsViewData 7 7 { 8 public Invoice vPlatnosciEcard{ get; set; }8 public Invoice Invoice { get; set; } 9 9 public Payer Payer {get; set;} 10 public string brutto { get; set; }11 public string termin { get; set; }12 public string info { get; set; }10 public string Brutto { get; set; } 11 public string Termin { get; set; } 12 public string Info { get; set; } 13 13 } 14 14 }
