﻿using JLGames.RocketDriver.CSharp.Service;

namespace JLGames.RocketDriver.Samples.ServiceDemo.Service
{
    public class SampleServiceBase : ServiceBase
    {
    }
}