public SettingsController() { _module = new ModuleBLL(); }
public OrganizationController() { _organizationBll = new OrganizationBLL(); _commonBll = new CommonBll(); _moduleBll = new ModuleBLL(); }
public ModuleController() { _module = new ModuleBLL(); }