コード例 #1
0
 public static void DeRegisterService(this IApplicationBuilder app, Action action)
 {
     _serviceDiscover.DeRegisterService(action);
 }