refactoring

This commit is contained in:
Paul Schneider
2014-10-08 10:47:40 +02:00
parent 347ffc8a5a
commit b5d19c5da6
38 changed files with 149 additions and 117 deletions

View File

@ -0,0 +1,6 @@
<%@ Page Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<DataAccess>" %>
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
<%=Html.ActionLink("Create a database backup", "CreateBackup")%><br/>
<%=Html.ActionLink("Restaurations", "Restore")%><br/>
</asp:Content>