Beispiel #1
0
 public VaktApi2Controller(IVaktLogikk moqs)
 {
     _VaktBLL = moqs;
 }
Beispiel #2
0
 public MalerController(IVaktLogikk moqs)
 {
     _VaktBLL = moqs;
 }
Beispiel #3
0
 public VaktApi2Controller()
 {
     _VaktBLL = new VaktBLL();
 }
Beispiel #4
0
 public VaktApi2Controller(IVaktLogikk moqs)
 {
     _VaktBLL = moqs;
 }
Beispiel #5
0
 public MalerController()
 {
     _VaktBLL = new VaktBLL();
 }
Beispiel #6
0
 public VaktApi2Controller()
 {
     _VaktBLL = new VaktBLL();
 }
Beispiel #7
0
 public VaktApiController(IVaktLogikk moq)
 {
     _VaktBLL = moq;
 }
Beispiel #8
0
 public VaktApi3Controller(IVaktLogikk moq)
 {
     _VaktBLL = moq;
 }
Beispiel #9
0
 public MalerController(IVaktLogikk moqs)
 {
     _VaktBLL = moqs;
 }
Beispiel #10
0
 public MalerController()
 {
     _VaktBLL = new VaktBLL();
 }