Ejemplo n.º 1
0
 public void SetCurrentConnection(CrmConnection connection)
 {
     Logger.WriteLine($"Changing current connection to {connection.Identifier}");
     TryGetServiceFromCache(connection);
     _currentConnection = connection;
 }
Ejemplo n.º 2
0
 public void SetAdminConnection(CrmConnection connection)
 {
     Logger.WriteLine($"Changing admin connection to {connection.Identifier}");
     TryGetServiceFromCache(connection);
     _adminConnection = connection;
 }