root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/Merchant.cs @ 949

Wersja 949, 165 bytes (wprowadzona przez marek, 16 years temu)

re #215 - drobny refactoring

Line 
1namespace Platnosci.Core.Linq
2{
3    public class Merchant
4    {
5        public string Id { get; set; }
6        public string Password { get; set; }
7    }
8}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.