update
This commit is contained in:
@@ -10,4 +10,5 @@ public interface IItemRepository
|
||||
Item? GetByGlobal(Guid userId, Guid globalMotionId);
|
||||
bool Add(Item item);
|
||||
bool Update(Item item);
|
||||
List<Item> Find(Guid userId, string term, int limit);
|
||||
}
|
||||
Reference in New Issue
Block a user