コード例 #1
0
 public IEnumerable <AccountModel> GetAllAccountsOfClient(int clientId)
 {
     return(_clientsService.GetAccountsOfClient(clientId).Select(_ => _?.ToModel()));
 }