Exemplo n.º 1
0
 public BillBean()
 {
     this.createTime = DateTime.Now;
     this.entry      = new BillEntry();
 }
Exemplo n.º 2
0
 public XSBean()
 {
     entries = new BillEntry();
 }