9 lines
133 B
C#
9 lines
133 B
C#
namespace Common.UI.ViewModels.Controls
|
|
{
|
|
using Common.UI.Infrastructure;
|
|
|
|
public class SIRTVM : VM<SIRTVM>
|
|
{
|
|
}
|
|
}
|