using PARR.DAL.Services.Interfaces.Base; namespace PARR.DAL.Services.Interfaces.Unit { public interface IUnitService : IBaseService { Task GetByName(string name); } }