Exemplo n.º 1
0
 /// <summary>
 /// Gets the program units.
 /// </summary>
 /// <returns></returns>
 public Response <OrganizationModel> GetProgramUnits()
 {
     return(_organizationStructureDataProvider.GetOrganizationStructures(OrganizationType.ProgramUnit.ToString()));
 }
Exemplo n.º 2
0
 public Response <OrganizationModel> GetCompanies()
 {
     return(_organizationStructureDataProvider.GetOrganizationStructures(OrganizationType.Company.ToString()));
 }
Exemplo n.º 3
0
 public Response <OrganizationModel> GetDivisions()
 {
     return(_organizationStructureDataProvider.GetOrganizationStructures(OrganizationType.Division.ToString()));
 }