Exemplo n.º 1
0
 public AppConfiguration(IClientInfo client)
 {
     if(object.ReferenceEquals(null,client))
     {
         throw new Exception("Client info nedded");
     }
     _ClientInfo = client;
     ConfigurationObjectManager = new ConfigurationObjectManager();
 }
Exemplo n.º 2
0
 public AppConfiguration(IClientInfo client)
 {
     if (object.ReferenceEquals(null, client))
     {
         throw new Exception("Client info nedded");
     }
     _ClientInfo = client;
     ConfigurationObjectManager = new ConfigurationObjectManager();
 }