예제 #1
0
 public async Task <dynamic> GetServices(string appId)
 {
     return(await _clusterManager.GetServices(appId));
 }