Example #1
0
 public void InsertRange(IEnumerable <Password> entities)
 {
     _repositoryPassword.InsertRange(entities);
 }