예제 #1
0
 public UserInfoDTO UpdateUserInfo(UserInfoDTO user)
 {
     return(_userInfoDal.UpdateUserInfo(user));
 }