Exemplo n.º 1
0
 public async Task <StorageManifest> CreateStorageManifest(StorageManifest manifest)
 {
     return(await this.CreateStorageManifestDelegate(manifest));
 }
Exemplo n.º 2
0
 private string FindFileById(object id)
 {
     return(StorageManifest.Find(x => Path.GetFileName(x).Equals($"{id}.bin")));
 }