using ConstructorApp.EntityLayer.Entities; namespace ConstructorApp.BusinessLayer.Abstract { public interface IReferenceService : IGenericService { int TCountAll(); } }