protected void AddMethodIfAllowed(AppServiceMethod method) { if (MethodIsAllowed(method.Name)) { commands.Add(method.Name, method); } }
protected void AddMethodIfAllowed(AppServiceMethod method) { if (MethodIsAllowed(method.Name)) commands.Add(method.Name, method); }