// EF (Model) projectclass Person : EntityBase // specific implementation for type Person
class EditableViewModel<T> where T : EntityBase // base class for all viewmodel types
class PersonViewModel : EditableViewModel<P
TModel> where TModel : EntityListViewModel<IEntity>错误3类型'PuntoVenta.ViewModels.SaleListViewModel‘不能用作泛型类型或方法’PuntoVenta.Present.ListPresenter‘中的类型参数'TModel’。