lcl 2 tahun lalu
induk
melakukan
c1f5ccc15e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Startup.cs

+ 1 - 1
Startup.cs

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