public void ChangeBusinessNameTo_TrueCoders(Business biz)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public string GetNameOfHighestParentCompany(Business business)
 {
     // If there is Company A, whose parent is Company B, whose parent is Company C, then given Company A return Company C
     throw new NotImplementedException();
 }