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