示例#1
0
 public bool CreateUpdateUser(UserVO user)
 {
     return(_userDataManager.CreateUpdateUser(Mapper.Map <UserVO, User>(user)));
 }