namespace DAL { using Domain; public interface ITaxBandRepository { Task> GetTaxBands(); } }