예제 #1
0
 static void CloseDbConnection()
 {
     try
     {
         TeamsRepository?.Dispose();
     }
     catch { }
 }