Пример #1
0
 public Item FindItem(int playerid, int itemid)
 {
     return(inventoryDAO.FindItem(playerid, itemid));
 }