public ApiResponse <List <GetStockCodeResponse> > GetStockCodeList(int marketType, int subMarketType) { return(_financeService.GetStockCodeList(new GetStockCodeRequest { MarketType = (MarketType)marketType, SubMarketType = (SubMarketType)subMarketType })); }