Beispiel #1
0
 public async Task <Accounts> PostAccounts(Accounts accounts)
 {
     return(await iaccounts.PostAccounts(accounts));
 }