Initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DAL
|
||||
{
|
||||
using Domain;
|
||||
|
||||
public interface ITaxBandRepository
|
||||
{
|
||||
Task<List<TaxBand>> GetTaxBands();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user