Exemplo n.º 1
0
 public bool CheckHealth(DateTime lastCheckTime)
 {
     return(executor.CheckHealth(lastCheckTime));
 }