Exemplo n.º 1
0
 public async Task <IReadOnlyList <string> > FindDependentsAsync(string packageId, int skip = 0, int take = 20)
 {
     return(await _context.FindPackagesDependents(packageId, skip, take));
 }