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