using Entities.Contracts; using Entities.DTO; using System.Net; namespace TechHelper.Services { public interface INoteService : IBaseService { } }