fix
This commit is contained in:
@@ -7,4 +7,5 @@ public interface IItemGlobalRepository
|
||||
ItemGlobal? Get(Guid id);
|
||||
ItemGlobal? GetByName(string name);
|
||||
bool Add(ItemGlobal itemGlobal);
|
||||
List<ItemGlobal> GetAvailableToUser(Guid userId);
|
||||
}
|
||||
Reference in New Issue
Block a user