Beispiel #1
0
 public int AddBrokers(string brokers)
 {
     return(_producer.AddBrokers(brokers));
 }