Ejemplo n.º 1
0
 public async Task <Accounts> DeleteAccount(int accountID)
 {
     return(await iaccounts.DeleteAccount(accountID));
 }