Yw.Application.Bimface.Core/04-bimface-file-relation-label/BimfaceFileRelationLabel_Controller.cs
@@ -32,7 +32,9 @@ { var model = _service.GetByID(input.ID); if (model == null) { return default; } return new BimfaceFileRelationLabelDto(model); }