Beispiel #1
0
    public static bool UpdateMetroLocation(MetroLocation metroLocation)
    {
        SqlMetroLocationProvider sqlMetroLocationProvider = new SqlMetroLocationProvider();

        return(sqlMetroLocationProvider.UpdateMetroLocation(metroLocation));
    }
Beispiel #2
0
 public static bool UpdateMetroLocation(MetroLocation metroLocation)
 {
     SqlMetroLocationProvider sqlMetroLocationProvider = new SqlMetroLocationProvider();
     return sqlMetroLocationProvider.UpdateMetroLocation(metroLocation);
 }