Exemple #1
0
        public List <CatalogItem> GetCatalogItemByManufacturer(string manufacturer)
        {
            List <CatalogItem> catalogItemList = Translators.CatalogItem.ToBusinessObject(
                _dataAccessObjects.GetCatalogItemByManufacturer(manufacturer));

            return(catalogItemList);
        }