Example #1
0
 public async Task <int> DeleteTransaction(int id)
 {
     return(await db.DeleteTransaction(id));
 }