Zbiór zmian 971 dla trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs
- Data:
- 2009-12-23 11:59:36 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs
r933 r971 1 namespace Platnosci.Models1 namespace adMoto.Payments.Web.Models 2 2 { 3 3 public class ErrorViewData 4 4 { 5 public string Error { get; set; }6 public int InvoiceId { get; set; }5 public string Error { get; set; } 6 public int InvoiceId { get; set; } 7 7 } 8 8 }
