Ejemplo n.º 1
0
 public async Task Promote(string type = null, [Remainder] string username = null)
 {
     await modService.PromoteAsync(Context, type, username);
 }