Alexandria.Client.ViewModels.Recommendations.Recommendations C# (CSharp) Method

Recommendations() public method

public Recommendations ( ) : Caliburn.PresentationFramework
return Caliburn.PresentationFramework
        public Recommendations()
        {
            List = new BindableCollection<BookModel>();
        }
Recommendations