Beispiel #1
0
 public Cheque Create()
 {
     Cheque cheque = new Cheque();
     cheque.Save();
     return cheque;
 }