コード例 #1
0
 public Task AddAccountDetails([FromBody] Account account)
 {
     return(_accountManager.AddAccountDetails(account));
 }