Beispiel #1
0
 async Task <IEnumerable <ProjectResource> > IResourceMapper <ProjectResource, ProjectEntity> .MapMatchingAsync(
     IEnumerable <string> included, Dictionary <string, IResource> resources,
     Expression <Func <ProjectEntity, bool> > predicate)
 {
     return(await MapMatchingAsync(included, resources, ExpressionHelper.ChangePredicateType <TEntity>(predicate)));
 }