root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/Payer.cs
@
949
| Wersja 949, 216 bytes (wprowadzona przez marek, 16 years temu) |
|---|
| Line | |
|---|---|
| 1 | namespace Platnosci.Core.Linq |
| 2 | { |
| 3 | public class Payer |
| 4 | { |
| 5 | public string FirstName { get; set; } |
| 6 | public string LastName { get; set; } |
| 7 | public int Id_faktury { get; set; } |
| 8 | } |
| 9 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
