Beispiel #1
0
 public async Task <int> GetMostCommonLevel()
 {
     return(await processor.GetMostCommonLevel());
 }
Beispiel #2
0
 public Task <int> GetMostCommonLevel()
 {
     return(processor.GetMostCommonLevel());
 }