Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <TransferLog> > > GetAllTransferLogsAsync()
 {
     return(Ok(await transferService.GetAllAsync()));
 }