コード例 #1
0
        public Inventory GetItemByLocIdStickId(int locId, int stickId)
        {
            Inventory inventory = inventRepo.GetInventoryByLocIdStickId(locId, stickId);

            return(inventory);
        }