Inheritance: Raven.Studio.Infrastructure.ViewModel
Example #1
0
		public DeleteIndexesCommand(IndexesModel model)
		{
			this.model = model;
		}
Example #2
0
		public ResetIndexCommand(IndexesModel model)
	    {
		    this.model = model;
	    }