fix
This commit is contained in:
@@ -6,4 +6,5 @@ public interface IAccountAccountCategoryRepository
|
||||
{
|
||||
List<AccountAccountCategory> Get(Guid userId, Guid accountId, Guid categoryId);
|
||||
bool Remove(AccountAccountCategory accountAccountCategory);
|
||||
bool Add(AccountAccountCategory accountAccountCategory);
|
||||
}
|
||||
Reference in New Issue
Block a user