Example #1
0
 public bool CreateHall(Hall hall)
 {
     hallRepository.Insert(hall);
     return(hallRepository.SaveChanges() > 0);
 }