Create new Web Project
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
using DigitalData.Modules.Logging;
|
||||
|
||||
namespace EnvelopeGenerator.Web.Services
|
||||
{
|
||||
public class BaseService
|
||||
{
|
||||
internal readonly LogConfig logConfig;
|
||||
internal readonly IConfiguration config;
|
||||
internal Logger logger;
|
||||
|
||||
public BaseService(IConfiguration Config, LoggingService Logging)
|
||||
{
|
||||
logConfig = Logging.LogConfig;
|
||||
logger = Logging.LogConfig.GetLogger();
|
||||
config = Config;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user