Ejemplo n.º 1
0
 public void GetUserProfile(object[] objValue)
 {
     UserInfoResource objUser = new UserInfoResource();
     objUser.GetUserProfile(objValue);
 }