lcl 2 년 전
부모
커밋
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?}");
                     pattern: "{controller=Home}/{action=Index}/{Id?}");
             });
             });
 
 
-            SetFeeService.Instance.Start();
+            // SetFeeService.Instance.Start();
         }
         }
     }
     }
 }
 }