Exemplo n.º 1
0
 public Line Insert(Line line)
 {
     logerror.Debug("Line name: " + line.Name);
     return(_lineRepository.Insert(line));
 }