Acme.OrderManagement.OrderController.All C# (CSharp) Method

All() private method

private All ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult All() {
            return new ContentResult() { Content = "Hej" };
        }