public ProfileElementController()
 {
     profileElementService = ServiceLocator.Current.GetInstance<IProfileElementService>();
     profileTypesService = ServiceLocator.Current.GetInstance<IProfileTypeService>();
     profileHeaderService = ServiceLocator.Current.GetInstance<IProfileHeaderService>();
 }
Exemple #2
0
 public ProfileHeaderController()
 {
     profileHeaderService       = ServiceLocator.Current.GetInstance <IProfileHeaderService>();
     profileHeaderLocaleService = ServiceLocator.Current.GetInstance <IProfileHeaderLocaleService>();
     profileTypeService         = ServiceLocator.Current.GetInstance <IProfileTypeService>();
 }