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