Beispiel #1
0
 public Task <string> GetBlob(Graph graph)
 {
     return(datastoreService.GetBlob(graph.BlobId));
 }
Beispiel #2
0
 public Task <string> GetBlob(Models.Program program)
 {
     return(datastoreService.GetBlob(program.BlobId));
 }