コード例 #1
0
 private async void OnDeletePortionCommandAsync(PortionModel model)
 {
     PortionModels.Remove(model);
     CalculateTotolPrice();
 }