示例#1
0
 public void AddRange(IEnumerable <Round> entities)
 {
     _roundRepository.AddRange(entities);
 }