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