using Ropin.Inspection.Model; using Ropin.Inspection.Model.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Ropin.Inspection.Repository { public class TbdmCodeDetailRepository : RepositoryBase, ITbdmCodeDetailRepository { public TbdmCodeDetailRepository(InspectionDbContext DbContext) : base(DbContext) { } } }