Beispiel #1
0
 public ReactorBLO(string logPath)
 {
     _logger = new LoggerBLL(logPath);
 }
 public ModeratorBLO(string logPath)
 {
     _logger = new LoggerBLL(logPath);
 }