Example #1
0
 public void AttachCategoriesToLocation(Location locationToBeEdited, int[] selectedCategoryIds)
 {
     _LocationRepository.AttachCategoriesToLocation(locationToBeEdited, selectedCategoryIds);
 }