Esempio n. 1
0
        public async Task Create(ProductCategoryModel model)
        {
            await _service.Create(model);

            return;
        }