예제 #1
0
        public List <Item> GetDataComboBoxItems(Category category)
        {
            List <Item> itemList = new List <Item>();

            itemList = stockInRepository.GetDataComboBoxItems(category);
            return(itemList);
        }