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