using LANCommander.Server.Data; using LANCommander.Server.Data.Models; namespace LANCommander.Server.Services { public class EngineService : BaseDatabaseService { public EngineService(DatabaseContext dbContext, IHttpContextAccessor httpContextAccessor) : base(dbContext, httpContextAccessor) { } } }