Exemple #1
0
 //[Route("AutoDL/Summary")]
 public List <NetworkSummary> Summary()
 {
     return(autodlService.GetNetworks());
 }