Exemplo n.º 1
0
 public HomePageController()
 {
     _homePageServices = new HomePageServices();
     _homePageData     = new HomePageData();
     _freeLancerData   = new FreelancerData();
 }
Exemplo n.º 2
0
 public HomeController()
 {
     this.homePageService = new HomePageServices();
 }