Esempio n. 1
0
 public async Task <ActionResult <IList <LogDTO> > > GetAllItemLogs()
 {
     return(Ok(await service.GetAllItemLogs()));
 }