Exemplo n.º 1
0
 public void CreateLines(IEnumerable <Line> lines)
 {
     _lineRepository.LineBulkInsert(lines);
 }