Esempio n. 1
0
 public GeneratorController(IConfiguration configuration)
 {
     manageGeoGenerator       = new ManageGeoGenerator(configuration);
     manageSuperAdminCustomer = new ManageSuperAdminCustomer(configuration);
     manageSuperAdminLessee   = new ManageSuperAdminLessee(configuration);
     manageSuperAdminPlace    = new ManageSuperAdminPlace(configuration);
 }
Esempio n. 2
0
 public CustomerController(IConfiguration configuration)
 {
     manageSuperAdminCustomer = new ManageSuperAdminCustomer(configuration);
 }