Example #1
0
 public CarController()
 {
     myService          = new ServiceCar();
     serviceSubCategory = new ServiceSubCategory();
     serviceCarModel    = new ServiceCarModel();
     serviceCreation    = new ServiceCreationYear();
     serviceType        = new ServiceTypeCar();
     serviceImage       = new ServiceImage();
     serviceRating      = new ServiceRating();
 }
Example #2
0
 public CreationYearController()
 {
     myService = new ServiceCreationYear();
 }
Example #3
0
 public StatsController()
 {
     serviceUser = new ServiceUser();
     serviceCar  = new ServiceCar();
     myService   = new ServiceCreationYear();
 }