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