using Entities.Contracts; using SharedDATA.Api; using TechHelper.Context; namespace TechHelper.Repository { public class KeyPointRepository : Repository, IRepository { public KeyPointRepository(ApplicationContext context) : base(context) { } } }