예제 #1
0
 public int UpdateUser(User users)
 {
     return(user.UpdateUser(users));
 }