Acme.OrderManagement.OrderController.All C# (CSharp) 메소드

All() 개인적인 메소드

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