コード例 #1
0
 public IEnumerable <TopClientsViewModel> TopClients([FromRoute] int quantity)
 {
     return(clientAppService.GetTopClient(quantity));
 }