From ff5ce80a7f380f11e73612a72aeb25200bb3ddf2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 11 Dec 2018 11:02:12 +0000 Subject: [PATCH] refactorisation --- Yavsc/Services/{Coding.cs => EMailer.cs} | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) rename Yavsc/Services/{Coding.cs => EMailer.cs} (98%) diff --git a/Yavsc/Services/Coding.cs b/Yavsc/Services/EMailer.cs similarity index 98% rename from Yavsc/Services/Coding.cs rename to Yavsc/Services/EMailer.cs index 3de3a008..839a5a3a 100644 --- a/Yavsc/Services/Coding.cs +++ b/Yavsc/Services/EMailer.cs @@ -1,4 +1,4 @@ -// // Coding.cs +// // EMailer.cs // /* // paul 26/06/2018 12:18 20182018 6 26 // */ @@ -22,12 +22,6 @@ using Yavsc.Abstract.Templates; namespace Yavsc.Lib { - public class YaRazorEngineHost : RazorEngineHost - { - public YaRazorEngineHost() : base() - { - } - } public class EMailer { const string DefaultBaseClassName = "ATemplate";