Alexandria.Client.ViewModels.Search.Search C# (CSharp) Méthode

Search() public méthode

public Search ( IServiceBus bus ) : Caliburn.PresentationFramework
bus IServiceBus
Résultat Caliburn.PresentationFramework
        public Search(IServiceBus bus)
        {
            this.bus = bus;
            Results = new BindableCollection<BookModel>();
        }