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

re #215 - dodanie nowego projektu z lepsza nazwa i typem projektu

Pliki:
1 zmodyfikowane

Legenda:

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

    r951 r970  
    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  
     1using adMoto.Payments.Core; 
     2using adMoto.Payments.Core.Data; 
    83 
    94namespace Platnosci.Models 
     
    116    public class InvoiceDetailsViewData 
    127    { 
    13         public vPlatnosciEcard vPlatnosciEcard { get; set; } 
     8        public Invoice vPlatnosciEcard { get; set; } 
    149        public Payer Payer {get; set;} 
    1510        public string brutto { get; set; }