Zbiór zmian 949 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/Merchant.cs
- Data:
- 2009-12-11 16:57:08 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/Merchant.cs (zmodyfikowane) (1 diff)
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 1 namespace Platnosci.Core.Linq 7 2 { 8 3 public class Merchant 9 4 { 10 public string merchntId { get; set; }11 public string merchantPassword { get; set; }5 public string Id { get; set; } 6 public string Password { get; set; } 12 7 } 13 8 }
