Esempio n. 1
0
 public async Task <Cluster> Get(
     long id)
 {
     return(await _clusterService.GetClusterByID(id));
 }