lcl 2 năm trước cách đây
mục cha
commit
c1f5ccc15e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Startup.cs

+ 1 - 1
Startup.cs

@@ -141,7 +141,7 @@ namespace MySystem
                     pattern: "{controller=Home}/{action=Index}/{Id?}");
             });
 
-            SetFeeService.Instance.Start();
+            // SetFeeService.Instance.Start();
         }
     }
 }