using OASystem.Domain; using OASystem.Domain.Dtos.System; using OASystem.Domain.Entities.System; using OASystem.Domain.ViewModels.System; namespace OASystem.Infrastructure.Repositories.System { public class DepartmentRepository : BaseRepository { public DepartmentRepository(SqlSugarClient sqlSugar) : base(sqlSugar) { } } }