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