示例#1
0
 public bool InsertLines(List <LineItem> lstLine)
 {
     return(lineRepo.InsertLines(lstLine));
 }