示例#1
0
 public async Task Lotto(string ticketsS = null)
 {
     await publicService.LottoAsync(Context, ticketsS);
 }