11 lines
164 B
C#
11 lines
164 B
C#
|
using System;
|
|||
|
namespace Aurora.Frontend.Views.Stations
|
|||
|
{
|
|||
|
public class StationsViewModel
|
|||
|
{
|
|||
|
public StationsViewModel()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|