12 public List<PriceElementClientModel>?
PriceElements {
get;
private set; }
PriceElementViewModel(DataContext context, IMapper mapper)
void UpdatePriceElements(List< PriceElementClientModel > priceElements)
List< PriceElementClientModel >? PriceElements
async Task GetPriceElements()
readonly PriceElementService _priceElementService
PriceElementService class inserts and updates PriceElement in the Database
async Task< List< PriceElement > > GetAllPriceElements()
Read all PriceElements from database