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