C# Class Soloco.RealTimeWeb.Infrastructure.Configuration.StoreConfigurationCommand

Inheritance: ICommand
Mostra file Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
StoreConfigurationCommand ( string connectionString, string connectionStringAdmin, string rabbitMqHostName, string rabbitMqUserName, string rabbitMqPassword, string facebookAppId, string facebookAppSecret, string googleClientId, string googleClientSecret ) : System

Method Details

StoreConfigurationCommand() public method

public StoreConfigurationCommand ( string connectionString, string connectionStringAdmin, string rabbitMqHostName, string rabbitMqUserName, string rabbitMqPassword, string facebookAppId, string facebookAppSecret, string googleClientId, string googleClientSecret ) : System
connectionString string
connectionStringAdmin string
rabbitMqHostName string
rabbitMqUserName string
rabbitMqPassword string
facebookAppId string
facebookAppSecret string
googleClientId string
googleClientSecret string
return System