Пример #1
0
 public UserBl()
 {
     userRepository = new UserRepository();
     theatreBl      = new TheatreBl();
 }
Пример #2
0
 public TheatreController()
 {
     theatreBl = new TheatreBl();
 }
 public UserController()
 {
     theatreBl = new TheatreBl();
     movieBl   = new MovieBl();
 }
 public AdminController()
 {
     userBl    = new UserBl();
     theatreBl = new TheatreBl();
 }