예제 #1
0
 public AnalisadorLog(ILogMapper logMapper, ISeletor seletor)
 {
     this.logMapper = logMapper;
     this.seletor = seletor;
 }
예제 #2
0
 public Comando AdicioneSeletor(ISeletor seletor)
 {
     Seletor = seletor;
     return(this);
 }