/// <summary>
 /// ctor the Mighty
 /// </summary>
 public DefaultBrewgrBlogRepository(IBrewgrBlogConnection brewgrBlogConnection)
 {
     this.BrewgrBlogConnection = brewgrBlogConnection;
 }
		/// <summary>
		/// ctor the Mighty
		/// </summary>
		public DefaultBrewgrBlogRepository(IBrewgrBlogConnection brewgrBlogConnection)
		{
			this.BrewgrBlogConnection = brewgrBlogConnection;
		}
 /// <summary>
 /// ctor the Mighty
 /// </summary>
 public DefaultSearchService(IBrewgrRepository repository, IBrewgrBlogConnection brewgrBlogConnection, IBrewgrBlogRepository brewgrBlogRepository)
 {
     this.Repository           = repository;
     this.BrewgrBlogConnection = brewgrBlogConnection;
     this.BrewgrBlogRepository = brewgrBlogRepository;
 }
		/// <summary>
		/// ctor the Mighty
		/// </summary>
		public DefaultSearchService(IBrewgrRepository repository, IBrewgrBlogConnection brewgrBlogConnection, IBrewgrBlogRepository brewgrBlogRepository)
		{
			this.Repository = repository;
		    this.BrewgrBlogConnection = brewgrBlogConnection;
		    this.BrewgrBlogRepository = brewgrBlogRepository;
		}