Esempio n. 1
0
        public async Task OnGetAsync()
        {
            var dto = await _service.GetAsync(Id);

            ViewModel = ObjectMapper.Map <EquipmentSparePartTypeDto, CreateEditEquipmentSparePartTypeViewModel>(dto);
        }
Esempio n. 2
0
        public async Task OnGetAsync()
        {
            var dto = await _service.GetAsync(Id);

            EquipmentSparePartType = ObjectMapper.Map <EquipmentSparePartTypeDto, CreateUpdateEquipmentSparePartTypeDto>(dto);
        }