Exemplo n.º 1
0
 public void SetOrgSDSSiteCode(string code, string name)
 {
     RelatedEntityRole.InitOrganisation();
     RelatedEntityRole.representedOrganisation.SetId(OIDStore.OIDOdsSiteCode, code);
     RelatedEntityRole.representedOrganisation.SetName(name);
 }
Exemplo n.º 2
0
 public void SetOrgSDSSiteCode(string code, string name)
 {
     DataEntererRole.InitOrganisation();
     DataEntererRole.representedOrganisation.SetId(OIDStore.OIDOdsSiteCode, code);
     DataEntererRole.representedOrganisation.SetName(name);
 }