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