Ejemplo n.º 1
0
 public UserInfoDTO UpdateUserInfo(UserInfoDTO user)
 {
     return(_userInfoDal.UpdateUserInfo(user));
 }