Exemplo n.º 1
0
        public void CreatSelectionRepoDonnes(SelectionDto selection)
        {
            SelectionDonnes selectionDonnes = new SelectionDonnes
            {
                FkBoisson       = selection.FkBoissonDto,
                FkQuantiteSucre = selection.FkQuantiteSucreDto,
                MugPerson       = selection.MugPersonDto
            };

            selectionDonnes.CreatSelectionDonnes(selectionDonnes);
        }