Exemplo n.º 1
0
 public int insertReceiptPaymentKey(ReceiptsPayment key)
 {
     using (ManagerIORepository repo = RepositoryHelper.Instance.GetRepository())
     {
         return((int)repo.Insert(key));
     }
 }
Exemplo n.º 2
0
 public int insertInvoiceKey(Invoice key)
 {
     using (ManagerIORepository repo = RepositoryHelper.Instance.GetRepository())
     {
         return((int)repo.Insert(key));
     }
 }