Exemplo n.º 1
0
 public async Task <Node> GetNode(string schedName, string schedInstanceId)
 {
     return(await _store.GetNode(schedName, schedInstanceId));
 }