Exemplo n.º 1
0
 public BO.AdjacentStation GetAdjacentStations(int code1, int code2)
 {
     try
     {
         return(AdjFromDoToBo(dl.GetAdjacentStations(code1, code2), code1));
     }
     catch (DO.BadAdjacentStationsException)
     {
         throw new BO.BadAdjacentStationsException(null);
     }
 }