Exemplo n.º 1
0
 public void ApiButtonEnable(int customerId)
 {
     if (HasPermission())
     {
         _webApiPluginService.EnableOrDisableUser(customerId, true);
     }
 }
Exemplo n.º 2
0
 public void ApiButtonEnable(int customerId)
 {
     _webApiPluginService.EnableOrDisableUser(customerId, true);
 }