Ejemplo n.º 1
0
 public void ApiButtonRemoveKeys(int customerId)
 {
     if (HasPermission())
     {
         _webApiPluginService.RemoveKeys(customerId);
     }
 }
Ejemplo n.º 2
0
 public void ApiButtonRemoveKeys(int customerId)
 {
     _webApiPluginService.RemoveKeys(customerId);
 }