protected GalleyBaseViewModel(GalleyCreateType createType)
 {
     CreateViewType = createType;
 }
Beispiel #2
0
 protected GalleyBaseMasterViewModel(GalleyCreateType createType) : base(createType)
 {
 }