Pokaż
Ignoruj:
Data:
2009-12-11 16:57:08 (16 years ago)
Autor:
marek
Opis:

re #215 - drobny refactoring

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci.Core/Linq/PotwierdzeniaEcard.cs

    r872 r949  
    1 using System; 
    2 using System.Collections.Generic; 
    3 using System.Linq; 
    4 using System.Web; 
    5 using Platnosci.Core.Interface; 
     1using Platnosci.Core.Interface; 
    62 
    73namespace Platnosci.Core.Linq 
     
    117        public int Id 
    128        { 
    13             get 
    14             { 
    15                 return this.id; 
    16             } 
     9            get { return id; } 
    1710        } 
    1811    }