Class MvcEntityViewModelBase<R, M>
带有依赖注入Respository的基类
public class MvcEntityViewModelBase<R, M> : MvcEntityViewModelBase<M>, INotifyPropertyChanged, IDisplayer, IMvcViewModelBase, IAuthority, IMvcEntityViewModelBase<M> where M : new()
Type Parameters
R
M
- Inheritance
-
MvcEntityViewModelBase<R, M>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Respository
public R Respository { get; set; }
Property Value
- R