public RoleMasterController(IRoleMasterService roleMasterService, IRoleActionMappingService roleActionMappingService,
                             IActionMasterService actionMasterService)
 {
     this.roleMasterService        = roleMasterService;
     this.roleActionMappingService = roleActionMappingService;
     this.actionMasterService      = actionMasterService;
 }
 public ActionMastersController(IActionMasterService actionMasterService)
 {
     this.actionMasterService = actionMasterService;
 }