Method | Description | |
---|---|---|
GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult | ||
GetCoordsByDate ( System.DateTime start, System.DateTime end, int id = 399 ) : System.Web.Mvc.JsonResult | ||
GetPlanets ( ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
public GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult | ||
id | int | |
return | System.Web.Mvc.JsonResult |
public GetCoordsByDate ( System.DateTime start, System.DateTime end, int id = 399 ) : System.Web.Mvc.JsonResult | ||
start | System.DateTime | |
end | System.DateTime | |
id | int | |
return | System.Web.Mvc.JsonResult |
public GetPlanets ( ) : System.Web.Mvc.JsonResult | ||
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |