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