fix
This commit is contained in:
@@ -6,8 +6,7 @@ public interface IItemRepository
|
||||
{
|
||||
List<Item> GetAll(Guid userId);
|
||||
List<Item> GetByCategory(Guid userId, Guid categoryId);
|
||||
|
||||
Item? GetByGlobal(Guid userId, Guid globalMotionId);
|
||||
Item? GetByGlobal(Guid userId, Guid globalItemId);
|
||||
bool Add(Item item);
|
||||
bool Update(Item item);
|
||||
List<Item> Find(Guid userId, string term, int limit);
|
||||
|
||||
Reference in New Issue
Block a user