Exemplo n.º 1
0
 protected void AddMethodIfAllowed(AppServiceMethod method)
 {
     if (MethodIsAllowed(method.Name))
     {
         commands.Add(method.Name, method);
     }
 }
Exemplo n.º 2
0
 protected void AddMethodIfAllowed(AppServiceMethod method)
 {
     if (MethodIsAllowed(method.Name))
         commands.Add(method.Name, method);
 }