Example #1
0
 public bool ToggleState(string id, bool disable)
 {
     return(_ISysUserServices.ToggleState(id, disable));
 }