Exemplo n.º 1
0
 public void AddBulk(IEnumerable <Doctor> entities)
 {
     _doctorRepository.AddBulk(entities);
 }