Exemplo n.º 1
0
 public OverviewController(IOrganizationInformationRepository organizationInformationRepository)
 {
     this.organizationInformationRepository = organizationInformationRepository;
 }
Exemplo n.º 2
0
 public OverviewController()
 {
     this.organizationInformationRepository = new OrganizationInformationRepository(new PortalDbContext());
 }