Ejemplo n.º 1
0
 public void should_create_an_instance_of_the_legalentity_in_the_database_with_the_correct_details()
 {
     LegalEntityDataChecker.ConfirmEntitySaved(int.Parse(GetLocationHeader()[1]), legalentity);
 }
Ejemplo n.º 2
0
 public void should_update_the_legalentity_in_the_database_with_the_correct_details()
 {
     LegalEntityDataChecker.ConfirmEntitySaved(entity.Id, updatedContract);
 }