Beispiel #1
0
 public async Task <ActionResult <bool> > SetViolation(ViolationDto violationDto)
 {
     return(await _policePresentation.SetViolation(violationDto, HttpContext.User));
 }