IEditingBaseViewModel.cs

namespace WPF.Common.WPF
{
	public interface IEditingBaseViewModel
	{
		RelayCommand EditCommand { get; }
	}
}