Example #1
0
 public static void ReplaceService <TType>(this ILclStartupConfiguration configuration, Action replaceAction)
     where TType : class
 {
     configuration.ReplaceService(typeof(TType), replaceAction);
 }