Esempio n. 1
0
 public ProfileTypeController()
 {
     profileTypeService       = ServiceLocator.Current.GetInstance <IProfileTypeService>();
     profileTypeLocaleService = ServiceLocator.Current.GetInstance <IProfileTypeLocaleService>();
 }
 public ProfileTypeController()
 {
     profileTypeService = ServiceLocator.Current.GetInstance<IProfileTypeService>();
     profileTypeLocaleService = ServiceLocator.Current.GetInstance<IProfileTypeLocaleService>();
 }