Beispiel #1
0
 public async Task <long> Delete(long id)
 {
     return(await _transactionDAL.Delete(id));
 }
Beispiel #2
0
 public bool Remove(Transaction transaction)
 {
     return(_transactionDAL.Delete(transaction));
 }