Pokaż
Ignoruj:
Data:
2009-12-23 11:59:36 (16 years ago)
Autor:
marek
Opis:

re #215

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Models/InvoiceDetailsViewData.cs

    r970 r971  
    22using adMoto.Payments.Core.Data; 
    33 
    4 namespace Platnosci.Models 
     4namespace adMoto.Payments.Web.Models 
    55{ 
    66    public class InvoiceDetailsViewData 
    77    { 
    8         public Invoice vPlatnosciEcard { get; set; } 
     8        public Invoice Invoice { get; set; } 
    99        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; } 
    1313    } 
    1414}