Beispiel #1
0
 public async System.Threading.Tasks.Task <int> RetrieveValueAsync()
 {
     return(42 + await _service.GetAsync());
 }
Beispiel #2
0
 public async Task <int> RetrieveValueAsync()
 {
     return(42 + await _service.GetAsync());
 }