Example #1
0
 public bool IsStructureInserted(Structure structure)
 {
     return(_structureRepository.InsertStructure(structure));
 }