2014-10-12 15:22:45 +02:00
|
|
|
<%@ Page Title="Commande" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<FormCollection>" %>
|
2014-07-16 20:35:03 +02:00
|
|
|
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
|
2015-01-27 14:17:33 +01:00
|
|
|
|
2014-07-16 20:35:03 +02:00
|
|
|
</asp:Content>
|
2015-01-27 14:17:33 +01:00
|
|
|
|
|
|
|
|
<asp:Content ID="MASContentContent" ContentPlaceHolderID="MASContent" runat="server">
|
|
|
|
|
<ul><li>
|
|
|
|
|
<%= Html.ActionLink("Catalog","Catalog" ) %>
|
|
|
|
|
</li><li>
|
|
|
|
|
<%= Html.ActionLink("Estimates","Estimates" ) %>
|
|
|
|
|
</li></ul>
|
|
|
|
|
</asp:Content>
|