Example #1
0
 public P21Reader(IP21Repository repository)
 {
     this.repository = repository;
     entityLines     = new List <string>();
 }