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