Example #1
0
 public ActionResult <IEnumerable <TransferLog> > GetAllTransferLogs()
 {
     return(Ok(service.GetAllTransferLogs()));
 }