Pokaż
Ignoruj:
Data:
2009-10-30 12:05:28 (16 years ago)
Autor:
alina
Opis:

re #215 zmiany Site.master

Pliki:
1 zmodyfikowane

Legenda:

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

    r866 r867  
    55namespace Platnosci.Core.Linq 
    66{ 
    7     public partial class PlatnosciEcard  
     7    public partial class PlatnosciEcard : IIdentifiable 
    88    { 
     9        public int Id 
     10        { 
     11            get 
     12            { 
     13                return this.ORDERNUMBER; 
     14            } 
     15        } 
     16 
    917    } 
    1018}