Ejemplo n.º 1
0
        public List <InputSectorCode> GetInputSectorCodes(string componentId)
        {
            List <InputSectorCode> inputSectorCodes = new List <InputSectorCode>();

            inputSectorCodes = _ampRepository.GetInputSectors(componentId).ToList();

            return(inputSectorCodes);
        }