예제 #1
0
 public static IServiceCollection AddBaseService(this IServiceCollection services, string assemblyPath)
 {
     return(services.AddBaseService(ReflectionTools.GetAssemblyFromPath(assemblyPath)));
 }