parent
f16154cf0a
commit
5b72cc76e2
3 changed files with 4 additions and 16 deletions
@ -1,12 +0,0 @@ |
||||
using System.Collections.Generic; |
||||
using BuecherwurmAPI.Models; |
||||
|
||||
namespace BuecherwurmAPI.Data |
||||
{ |
||||
public interface IInventarRepo |
||||
{ |
||||
IEnumerable<Item> GetAllItems(); |
||||
Item GetItemById(int id); |
||||
void DeleteItem(Item item); |
||||
} |
||||
} |
Loading…
Reference in new issue