Exemple #1
0
 public async Task <dynamic> GetAllApps()
 {
     return(await _clusterManager.GetApplications());
 }