Esempio n. 1
0
 static Data()
 {
     customerService = new CustomerServices();
     dispatcherServices = new DispatcherServices();
     driverServices = new DriverServices();
     driveServices = new DriveServices();
     commentServices = new CommentService();
     drivers = driverServices.RetriveAllDrivers();
     dispatchers = dispatcherServices.RetriveAllDispatchers();
 }