Ejemplo n.º 1
0
 public PropertyTypeDetailsViewModel(IPropertyTypeService propertyTypeService, IFilePickerService filePickerService, ICommonServices commonServices, PropertyTypeListViewModel propertyTypeList, PropertyTypeViewModel propertyTypeViewModel) : base(commonServices)
 {
     PropertyTypeService   = propertyTypeService;
     FilePickerService     = filePickerService;
     PropertyTypeList      = propertyTypeList;
     PropertyTypeViewModel = propertyTypeViewModel;
 }
 public PropertyTypeListViewModel(IPropertyTypeService propertyTypeService, ICommonServices commonServices, PropertyTypeViewModel propertyTypeViewModel) : base(commonServices)
 {
     PropertyTypeService   = propertyTypeService;
     PropertyTypeViewModel = propertyTypeViewModel;
 }