Esempio n. 1
0
        public Line Get(string lineId)
        {
            var line = _lineRepository.Get(lineId);

            return(line);
        }
Esempio n. 2
0
 public List <Line> GetAllLines()
 {
     return(_lineRepository.Get());
 }