Exemplo n.º 1
0
 public async Task <IQueryable <IKeyIdentifier> > ListKeys()
 {
     return(await storage.ListKeys());
 }