Beispiel #1
0
 public virtual void AddService(AccountTypeService child)
 {
     child.AccountType = this;
     ServiceTypeList.Add(child);
 }