Пример #1
0
 public void bulkInsert(List <tmpMovieModel> datas)
 {
     movieRepository.BulkInsert(datas);
 }