Exemple #1
0
 protected internal void RemoveUserPhone(UserPhone item) => this.PhoneCollection.Remove(item);
		protected internal void RemoveUserPhone(UserPhone item) => this.PhoneCollection.Remove(item);
Exemple #3
0
 protected internal void AddUserPhone(UserPhone item) => this.PhoneCollection.Add(item);
		protected internal void AddUserPhone(UserPhone item) => this.PhoneCollection.Add(item);