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

    r934 r949  
    1 using System; 
    2 using System.Collections.Generic; 
    3 using System.Linq; 
    4 using System.Web; 
    5  
    6 namespace Platnosci.Core.Linq 
     1namespace Platnosci.Core.Linq 
    72{ 
    83    public class Merchant 
    94    { 
    10         public string merchntId { get; set; } 
    11         public string merchantPassword { get; set; } 
     5        public string Id { get; set; } 
     6        public string Password { get; set; } 
    127    } 
    138}