Exemple #1
0
        public IQueryable <Tool> ReadAll()
        {
            IQueryable <Tool> tools;

            tools = toolsRepository.ReadAll();
            return(tools);
        }