public PatrolTrackDependencyDAL(DTO.Interfaces.IDependencySignalR <PatrolLastLocationDTO> patrolLocationsBL)
 {
     _patrolLocationsBL = patrolLocationsBL;
 }
Ejemplo n.º 2
0
 public SupervisorNotificationDependencyDAL(DTO.Interfaces.IDependencySignalR <SupervisorNotificationDTO> notificationBL)
 {
     _notificationBL = notificationBL;
 }
Ejemplo n.º 3
0
 public ViolationDependencyDAL(DTO.Interfaces.IDependencySignalR <ViolationNotificationDTO> violationBL)
 {
     _violationBL = violationBL;
 }
Ejemplo n.º 4
0
 public SmartOfficerNewsDependencyDAL(DTO.Interfaces.IDependencySignalR <SmartOfficerNewsDTO> officerNewsBL)
 {
     _officerNewsBL = officerNewsBL;
 }
 public BusinessRuleDependencyDAL(DTO.Interfaces.IDependencySignalR <BusinessRulesDTO> notificationBL)
 {
     _notificationBL = notificationBL;
 }
 public VehicleLiveTrackingDAL(DTO.Interfaces.IDependencySignalR <VehicleLiveTrackingDTO> vehicleLiveTrackingBL)
 {
     _vehicleLiveTrackingBL = vehicleLiveTrackingBL;
 }
Ejemplo n.º 7
0
 public IncidentsDependencyDAL(DTO.Interfaces.IDependencySignalR <IncidentsDTO> incidentsBL)
 {
     _incidentsBL = incidentsBL;
 }
 public AssetsChangeDependencyDAL(DTO.Interfaces.IDependencySignalR <AssetLastStatusDTO> assetChangeBL)
 {
     _assetChangeBL = assetChangeBL;
 }
 public UserControlDependencyDAL(DTO.Interfaces.IDependencySignalR <UserUserControlDTO> userControlBL)
 {
     _userControlBL = userControlBL;
 }
Ejemplo n.º 10
0
 public NotificationDependencyDAL(DTO.Interfaces.IDependencySignalR <NotificationDTO> notificationBL)
 {
     _notificationBL = notificationBL;
 }