2019-05-18 17:25:36 -04:00
|
|
|
|
using System;
|
2019-07-05 14:17:09 -04:00
|
|
|
|
namespace Aurora.Design.Views.Stations
|
2019-05-18 17:25:36 -04:00
|
|
|
|
{
|
2019-07-15 15:03:59 -04:00
|
|
|
|
public class StationsViewModel : BaseViewModel
|
2019-05-18 17:25:36 -04:00
|
|
|
|
{
|
|
|
|
|
public StationsViewModel()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|