Exemplo n.º 1
0
 private DataSet GetLocationData()
 {
     Facade.IOrganisation facOrganisation = new Facade.Organisation();
     return(facOrganisation.GetLocationsForIdentityId(m_identityId));
 }