Ejemplo n.º 1
0
 public AttributeCommaSeparated()
 {
     _reflectionService = (ReflectionService)ServiceLocator.ServiceProvider.GetService(typeof(IReflectionService));
     _sitecoreService   = (ISitecoreService)ServiceLocator.ServiceProvider.GetService(typeof(ISitecoreService));
     _customContext     = (ICustomContext)ServiceLocator.ServiceProvider.GetService(typeof(ICustomContext));
 }