using Entities.Contracts; using Entities.DTO; namespace TechHelper.Client.Services { public interface ICommonService { public Task> GetCommonTypesAsync(TypeNameType typeNameType, Guid? SubjectId = null); } }