eliminazione classi inutilizzate
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
namespace AppData
|
||||
{
|
||||
public class DbLib
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
namespace AppData
|
||||
{
|
||||
public class SyncLib
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Esegue richieste lettura da PROD
|
||||
/// </summary>
|
||||
public static void procProdReadReq()
|
||||
{
|
||||
// !!!FIXME!!!
|
||||
}
|
||||
/// <summary>
|
||||
/// Esegue richieste lettura da PROD
|
||||
/// </summary>
|
||||
public static void procProdWriteReq()
|
||||
{
|
||||
// !!!FIXME!!!
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SyncData.aspx.cs" Inherits="NKC_WF.SyncData" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
OK
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,23 +0,0 @@
|
||||
using AppData;
|
||||
using System;
|
||||
|
||||
namespace NKC_WF
|
||||
{
|
||||
public partial class SyncData : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
processRedisRequest();
|
||||
}
|
||||
/// <summary>
|
||||
/// Effettua le operaizoni di SYNC tra REDIS e DB
|
||||
/// </summary>
|
||||
private void processRedisRequest()
|
||||
{
|
||||
// processa richieste lettura del PROD
|
||||
SyncLib.procProdReadReq();
|
||||
// processa richieste scrittura del PROD
|
||||
SyncLib.procProdWriteReq();
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
-26
@@ -1,26 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NKC_WF
|
||||
{
|
||||
|
||||
|
||||
public partial class SyncData
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo form1.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user