예제 #1
0
 public bool Edit(UserInfo user)
 {
     return(dal.Edit(user) > 0);
 }