예제 #1
0
 public void AddBulk(IEnumerable <Doctor> entities)
 {
     _doctorRepository.AddBulk(entities);
 }