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