Esempio n. 1
0
 public ScreensController(IDALLayer dALLayer)
 {
     _dALLayer = dALLayer;
 }
Esempio n. 2
0
 public UserController(IDALLayer dALLayer)
 {
     _dALLayer = dALLayer;
 }
Esempio n. 3
0
 public BookingController(IDALLayer dALLayer)
 {
     _dALLayer = dALLayer;
 }
Esempio n. 4
0
 public LoginController(IDALLayer dALLayer)
 {
     _dALLayer = dALLayer;
 }
Esempio n. 5
0
 public MovieController(IDALLayer dALLayer)
 {
     _dALLayer = dALLayer;
 }