Example #1
0
 public override async Task AddRelationship(JObject content, IDescribeRelationshipsContext context)
 {
     await _contentFieldsGraphSyncer.AddRelationship(content, context);
 }
Example #2
0
 public override Task AddRelationship(JObject content, IDescribeRelationshipsContext context)
 {
     return(_contentFieldsGraphSyncer.AddRelationship(content, context));
 }