Exemple #1
0
 public GeneratorController(IConfiguration configuration)
 {
     manageGeoGenerator       = new ManageGeoGenerator(configuration);
     manageSuperAdminCustomer = new ManageSuperAdminCustomer(configuration);
     manageSuperAdminLessee   = new ManageSuperAdminLessee(configuration);
     manageSuperAdminPlace    = new ManageSuperAdminPlace(configuration);
 }
Exemple #2
0
 public PlaceController(IConfiguration configuration)
 {
     manageSuperAdminPlace = new ManageSuperAdminPlace(configuration);
 }