fix
This commit is contained in:
@@ -10,4 +10,5 @@ public interface ICurrencyRepository
|
||||
bool Add(Currency currency);
|
||||
bool Update(Currency currency);
|
||||
bool Remove(Currency currency);
|
||||
List<Currency> GetPrimaries(Guid userId);
|
||||
}
|
||||
Reference in New Issue
Block a user