예제 #1
0
파일: UserStore.cs 프로젝트: jbinder/dragon
 public Task SetSecurityStampAsync(TUser user, string stamp)
 {
     return(_userStore.SetSecurityStampAsync(Mapper.Map <IdentityUser>(user), stamp));
 }