_ViewStart.cshtml 125 Bytes
@using Vrh.Web.Common.Lib;
@{
    //Layout = "~/Areas/Menu/Views/Layout/_Layout.cshtml";
    Layout = WebCommon.Layout;
}