Exemple #1
0
 public async Task <AuditLogDto> GetAsync(Guid id)
 {
     return(await _auditLogAppService.GetAsync(id));
 }
Exemple #2
0
 public async Task OnGetAsync()
 {
     AuditLog = await _service.GetAsync(Id);
 }