BB.UI.Web.MVC.Controllers.OrganisationsController.Create C# (CSharp) Method

Create() private method

private Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Create()
        {
            return View();
        }

Same methods

OrganisationsController::Create ( OrganisationViewModel organisation, System.Web.HttpPostedFileBase bannerImage ) : System.Web.Mvc.ActionResult