ITimeU.Controllers.TimeMergerController.GetTimestampCount C# (CSharp) Method

GetTimestampCount() private method

private GetTimestampCount ( int checkpointId ) : System.Web.Mvc.ActionResult
checkpointId int
return System.Web.Mvc.ActionResult
        public ActionResult GetTimestampCount(int checkpointId)
        {
            return Content(RuntimeModel.GetRuntimes(checkpointId).Count.ToString());
        }