Пример #1
0
 public List <Item> GetAllItems(int playerid)
 {
     return(inventoryDAO.GetAllItems(playerid));
 }