/// <summary>
 /// Initializes a new instance of the <see cref="RelationCheckApiController"/> class.
 /// </summary>
 /// <param name="entityRelationService">
 /// The entity relation service.
 /// </param>
 public RelationCheckApiController(IEntityRelationService entityRelationService)
 {
     this.entityRelationService = entityRelationService;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RelatedLinksContentAppFactory"/> class.
 /// </summary>
 public RelatedLinksContentAppFactory(IEntityRelationService entityRelationService)
 {
     this.entityRelationService = entityRelationService;
 }