Esempio n. 1
0
 public async Task <IReadOnlyList <Guid> > QueryIdsAsync(Guid appId, Guid schemaId, FilterNode filterNode)
 {
     using (Profiler.TraceMethod <MongoContentRepository>())
     {
         return(await contentsDraft.QueryIdsAsync(appId, await appProvider.GetSchemaAsync(appId, schemaId), filterNode));
     }
 }
Esempio n. 2
0
 public async Task <IReadOnlyList <Guid> > QueryIdsAsync(Guid appId)
 {
     using (Profiler.TraceMethod <MongoContentRepository>())
     {
         return(await contentsDraft.QueryIdsAsync(appId));
     }
 }