Beispiel #1
0
 public async Task <ReadArtifactAndContentDTO> GetRelationWithBeacon(GetContentWithBeaconDTO input)
 {
     try
     {
         return(await _relationService.GetRelationWithBeacon(input));
     }
     catch (Exception)
     {
         throw;
     }
 }