Example #1
0
 public void AddRange(IEnumerable <Home> home)
 {
     _homeRepository.AddRange(home);
 }