Exemple #1
0
 public static void SetResolver(IObjectResolver resolverToUse)
 {
     resolver = resolverToUse;
     resolverToUse.Initialize();
 }