Exemple #1
0
 public bool AddReceipt(Receipt pReceipt)
 {
     return(db.AddReceipt(pReceipt));
 }