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