예제 #1
0
 protected void AddMethodIfAllowed(AppServiceMethod method)
 {
     if (MethodIsAllowed(method.Name))
     {
         commands.Add(method.Name, method);
     }
 }
예제 #2
0
 protected void AddMethodIfAllowed(AppServiceMethod method)
 {
     if (MethodIsAllowed(method.Name))
         commands.Add(method.Name, method);
 }