Exemple #1
0
 public DetectionLogic()
 {
     detectionCRUDService = new DetectionCRUDService();
     Response             = new BaseResponse();
     userCRUDService      = new UserCRUDService();
     userCameraLogic      = new UserCameraLogic();
     cameraCRUDService    = new CameraCRUDService();
 }
Exemple #2
0
 public UserLogic()
 {
     this.userCRUDService = new UserCRUDService();
     Response             = new BaseResponse();
     loginResponse        = null;
     cameraLogic          = new CameraLogic();
     userCameraLogic      = new UserCameraLogic();
 }