示例#1
0
 public async Task <PopularResult <ViolationDto> > GetAsync([Required] int id)
 {
     return(await _violationService.GetAsync(id));
 }