Exemplo n.º 1
0
 public int Create(Receipt receipt)
 {
     return(ReceiptDAL.Create(receipt));
 }