Exemplo n.º 1
0
 public Report(EntityInfo[] _info)
 {
     allEntities = _info;
 }
Exemplo n.º 2
0
 public Report(EntityInfo _info)
 {
     allEntities = new EntityInfo[]{_info};
 }