lcl 2 жил өмнө
parent
commit
c1f5ccc15e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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();
         }
     }
 }