public ProfileElementController()
 {
     profileElementService = ServiceLocator.Current.GetInstance<IProfileElementService>();
     profileTypesService = ServiceLocator.Current.GetInstance<IProfileTypeService>();
     profileHeaderService = ServiceLocator.Current.GetInstance<IProfileHeaderService>();
 }
Пример #2
0
 public ProfileElementController()
 {
     profileElementService = ServiceLocator.Current.GetInstance <IProfileElementService>();
     profileTypesService   = ServiceLocator.Current.GetInstance <IProfileTypeService>();
     profileHeaderService  = ServiceLocator.Current.GetInstance <IProfileHeaderService>();
 }