Beispiel #1
0
        public IActionResult createCatalogueBooksInfo(CatalogueBooksStruct model)
        {
            var result = EGClient.CreateCatalogueBooksInfo(model);

            return(Ok(result));
        }