예제 #1
0
 public LogFilter(IControleAcessoFactory factory)
 {
     this.factory = factory;
 }
예제 #2
0
 public AplatAuthorize(IControleAcessoFactory factory)
 {
     this.factory = factory;
 }