Beispiel #1
0
 public async Task <ActionResult <bool> > AmnestyUser(int amnestyId)
 {
     return(await _policePresentation.AmnestyUser(amnestyId));
 }