Closed sshibani closed 8 years ago
Class should contain the defaults that will be set by on of the DD4T.DI.*
Example:
var mappings = new Dictionary<Type, Type>(); mappings.Add(typeof(IMessageProvider), typeof(JMSMessageProvider)); return mappings;
Class should contain the defaults that will be set by on of the DD4T.DI.*
Example: