Пример #1
0
 public bool CreateMany(List <Topic> entities)
 {
     return(_topicRepository.CreateMany(entities));
 }