/// <summary> /// Initializes a new instance of the GraphPlace class. /// </summary> public FBPlace() { ProfilePicture = new FBPicture(); Location = new FBLocation(); }
/// <summary> /// Initializes a new instance of the GraphUser class. /// </summary> public FBUser() { Location = new FBLocation(); ProfilePicture = new FBPicture(); }