public long InsertUserRoleIds(long userId, List <long> checkedIds) { return(_mySystemDal.InsertUserRoleIds(userId, checkedIds)); }
public int InsertUserRoleIds(int userId, List <int> checkedIds) { _mySystemDal.InsertUserRoleIds(userId, checkedIds); return(unitOfWork.SaveChanges()); }