Example #1
0
 public void ApiButtonRemoveKeys(int customerId)
 {
     if (HasPermission())
     {
         _webApiPluginService.RemoveKeys(customerId);
     }
 }
 public void ApiButtonRemoveKeys(int customerId)
 {
     _webApiPluginService.RemoveKeys(customerId);
 }