コード例 #1
0
        //public async Task<IEnumerable<Customer>> GetAllCustomersAsync()
        //{
        //    return await repository.GetAllCustomersAsync();
        //}


        //
        // Catalogue
        //
        public IEnumerable <Catalogue> GetAllCatalogues()
        {
            return(repository.GetAllCatalogues());
        }