Esempio n. 1
0
 public Task UpdateAsync(OutbuildingTypeDto Outbuilding)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 protected override async Task OnInitializedAsync()
 {
     outbuilding = await _outbuildingService.GetOutbuildingTypeByIdAsync(Id);
 }