C# Class Sitecore.Feature.Maps.Controllers.MapsController

Inheritance: Mvc.Controllers.SitecoreController
显示文件 Open project: Sitecore-Hackathon/2020-Pune-Techies

Public Methods

Method Description
MapsController ( IMapPointRepository mapPointRepository ) : System

Private Methods

Method Description
GetMapPoints ( Guid itemId ) : JsonResult

Method Details

MapsController() public method

public MapsController ( IMapPointRepository mapPointRepository ) : System
mapPointRepository IMapPointRepository
return System