Esempio n. 1
0
 public Task <ResourceModel[]> GetDetails(long[] resourceIds)
 {
     return(WcfClient.GetDetailsAsync(resourceIds));
 }