예제 #1
0
 public bool UpdateUser(AspNetUser user)
 {
     repository.Update(user);
     repository.SaveChanges();
     return(true);
 }