Exemple #1
0
 public RouteEntry GetEntryById(string id)
 {
     Guid.TryParse(id, out Guid guid);
     return(routeRepository.GetEntry(guid));
 }