Pokaż
Ignoruj:
Data:
2009-12-07 13:04:16 (16 years ago)
Autor:
marek
Opis:

re #215 - drobny refactoring

Pliki:
1 zmodyfikowane

Legenda:

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

    r916 r933  
    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;} 
    13        public int idfaktury { get; set; }  
     5       public string Error { get; set; } 
     6       public int InvoiceId { get; set; }  
    147    } 
    158}