Пример #1
0
 /// <summary>
 /// Add a telecom using the TEL_Helper class
 /// </summary>
 /// <param name="telecom"></param>
 public void AddTelecom(TEL_Helper telecom)
 {
     RelatedEntityRole.AddTelecom(telecom.TEL);
 }
Пример #2
0
 public void AddTelecom(TEL_Helper telecon)
 {
     DataEntererRole.AddTelecom(telecon.TEL);
 }