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