Zbiór zmian 896 dla trunk/eCard/eCardMVC/Platnosci.Tests/Web/Function.cs
- Data:
- 2009-11-24 12:24:57 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/Function.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Tests/Web/Function.cs
r888 r896 11 11 public class Function 12 12 { 13 public vPlatnosciEcard create Payment(int id, string nip, string fak_numer, decimal brutto, byte SystemKsiegowy)13 public vPlatnosciEcard createInvoice(int id, string nip, string fak_numer, decimal brutto, byte SystemKsiegowy) 14 14 { 15 15 … … 33 33 return platnosc; 34 34 } 35 public PotwierdzeniaEcard createConfirm(string code, int ordernumber) 36 { 37 PotwierdzeniaEcard potwierdzenie = new PotwierdzeniaEcard(); 38 potwierdzenie.CURRENTSTATE = code; 39 potwierdzenie.ORDERNUMBER = ordernumber; 40 41 return potwierdzenie; 42 } 35 43 public Payer createPayer(int id, string name, string surname) 36 44 {
