Ejemplo n.º 1
0
 public ActionClassController(iPow.Infrastructure.Crosscutting.NetFramework.IWorkContext work,
                              iPow.Infrastructure.Crosscutting.Authorize.IMvcControllerActionClassService actionClass)
 {
     if (actionClass == null)
     {
         throw new ArgumentNullException("actionClassService is null");
     }
     actionClassService = actionClass;
 }
Ejemplo n.º 2
0
 public ActionClassController(iPow.Infrastructure.Crosscutting.NetFramework.IWorkContext work,
     iPow.Infrastructure.Crosscutting.Authorize.IMvcControllerActionClassService actionClass)
 {
     if (actionClass == null)
     {
         throw new ArgumentNullException("actionClassService is null");
     }
     actionClassService = actionClass;
 }