public SettingsController()
 {
     _module = new ModuleBLL();
 }
Example #2
0
 public OrganizationController()
 {
     _organizationBll = new OrganizationBLL();
     _commonBll       = new CommonBll();
     _moduleBll       = new ModuleBLL();
 }
Example #3
0
 public ModuleController()
 {
     _module = new ModuleBLL();
 }