Pokaż
Ignoruj:
Data:
2009-12-08 10:09:39 (16 years ago)
Autor:
sylwek
Opis:

re #195 - merged with latest trunk

Lokalizacja:
branches/Emisje
Pliki:
2 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/Emisje

    • Property svn:mergeinfo
      •  

        old new  
        33/branches/ReklamaReorganizacja:568-731 
        44/tags/BazaReklam_1.1.28:831 
        5 /trunk:774-893 
         5/trunk:774-893,896-936 
  • branches/Emisje/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs

    r866 r939  
    1 using System; 
    2 using System.Collections.Generic; 
    3 using System.Linq; 
    4 using System.Web; 
    5  
    6 namespace Platnosci.Models 
     1namespace Platnosci.Models 
    72{ 
    83    public class ErrorViewData 
    94    { 
    10        public string error { get; set; } 
    11        public OperationType type { get; set; } 
    12        public string tytul {get; set;} 
     5       public string Error { get; set; } 
     6       public int InvoiceId { get; set; }  
    137    } 
    148}