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/PlatnosciEcard.cs

    r867 r949  
    1 using System; 
    2 using System.Collections.Generic; 
    3 using Platnosci.Core.Interface; 
     1using Platnosci.Core.Interface; 
    42 
    53namespace Platnosci.Core.Linq 
     
    97        public int Id 
    108        { 
    11             get 
    12             { 
    13                 return this.ORDERNUMBER; 
    14             } 
     9            get { return ORDERNUMBER; } 
    1510        } 
    1611 
    1712    } 
    1813} 
    19