Example #1
0
 public bool SaveUserRole(string id, string[] roleIds)
 {
     return(_ISysUserServices.SaveUserRoll(id, roleIds));
 }