示例#1
0
 public IEnumerable <string> GetChildTags()
 {
     return(_accountCollection.Where(a => a.Profiles.Any()).Select(x => _transport.GetQueueName(x.Name.Value)));
 }