Пример #1
0
        public async Task <object> GetGlueWithIngredients(int glueid)
        {
            return(await _repoGlueIngredient.GetIngredientOfGlue(glueid));

            throw new NotImplementedException();
        }