public ReactorBLO(string logPath) { _logger = new LoggerBLL(logPath); }
public ModeratorBLO(string logPath) { _logger = new LoggerBLL(logPath); }