Esempio n. 1
0
 public int AddBatch(IList <T> items)
 {
     return(_registerApplyRepository.AddBatch(items));
 }