Esempio n. 1
0
 public async Task EXP([Remainder] string lvl)
 {
     await publicService.EXPAsync(Context, lvl);
 }