public LoginMidModel VolunteerBackgroundLogin_User(LoginViewModel weChatLoginViewModel)
        {
            LoginMidModel weChatLoginMiddlecs = new LoginMidModel();
            var           user_Infos          = _ILoginRepository.ValideUserInfo(weChatLoginViewModel);

            var user_session = _IMapper.Map(user_Infos, weChatLoginMiddlecs);

            return(user_session);
        }
Example #2
0
 public void Update(LoginMidModel obj)
 {
     throw new NotImplementedException();
 }