using OASystem.Domain.Entities.Customer; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OASystem.Infrastructure.Repositories.CRM { public class NewClientDataRepository : BaseRepository { public NewClientDataRepository(SqlSugarClient sqlSugar) : base(sqlSugar) { } } }