Esempio n. 1
0
 public async Task <ActionResult <int> > GetShareQuantityFromPortfoio(int clientId, int shareId)
 {
     return(transactionsService.GetShareQuantityFromPortfoio(clientId, shareId));
 }