Zbiór zmian 933 dla trunk/eCard/eCardMVC/Platnosci/Models
- Data:
- 2009-12-07 13:04:16 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci/Models
- Pliki:
-
- 2 zmodyfikowane
-
ErrorViewData.cs (zmodyfikowane) (1 diff)
-
FunkcjePlatnosci.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Models/ErrorViewData.cs
r916 r933 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 6 namespace Platnosci.Models 1 namespace Platnosci.Models 7 2 { 8 3 public class ErrorViewData 9 4 { 10 public string error { get; set; } 11 public OperationType type { get; set; } 12 public string tytul {get; set;} 13 public int idfaktury { get; set; } 5 public string Error { get; set; } 6 public int InvoiceId { get; set; } 14 7 } 15 8 } -
trunk/eCard/eCardMVC/Platnosci/Models/FunkcjePlatnosci.cs
r914 r933 101 101 { 102 102 ErrorViewData er = new ErrorViewData(); 103 er. error = errortxt;103 er.Error = errortxt; 104 104 return er; 105 105 }
