Exemplo n.º 1
0
 public void Dispose()
 {
     if (CdDb != null)
     {
         CdDb.Dispose();
     }
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     if (CdDb != null)
     {
         CdDb.Dispose();
     }
     if (TokenService != null)
     {
         TokenService.Dispose();
     }
 }
Exemplo n.º 3
0
 public void Dispose()
 {
     if (cdDb != null)
     {
         cdDb.Dispose();
     }
     if (authService != null)
     {
         authService.Dispose();
     }
 }
Exemplo n.º 4
0
 public void Dispose()
 {
     if (CdDb != null)
     {
         CdDb.Dispose();
     }
     if (AuthService != null)
     {
         AuthService.Dispose();
     }
 }