Ejemplo n.º 1
0
 public GetAppAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 2
0
 public UnassignRoleAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
 public GetMostRecentRequestsAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 internal GetUserRoleAccessAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
Ejemplo n.º 5
0
 public GetResourceAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 6
0
 public GetCurrentVersionAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 7
0
 public GetModifierCategoriesAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public GetDefaultModifierAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 9
0
 public GetRoleAccessAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 10
0
 public AssignRoleAction(AppFromPath appFromPath, AppFactory appFactory)
 {
     this.appFromPath = appFromPath;
     this.appFactory  = appFactory;
 }
Ejemplo n.º 11
0
 public GetModCategoryAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 12
0
 public GetUserRolesAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }
Ejemplo n.º 13
0
 public GetMostRecentErrorEventsAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
Ejemplo n.º 14
0
 public GetModifiersAction(AppFromPath appFromPath)
 {
     this.appFromPath = appFromPath;
 }
 public GetUserModifierCategoriesAction(AppFromPath appFromPath, AppFactory factory)
 {
     this.appFromPath = appFromPath;
     this.factory     = factory;
 }