Example #1
0
 public async Task CreateOrUpdateCategoryAsync(CategoryDto input)
 {
     await _categoryManager.CreateOrUpdateCategoryAsync(input.MapTo <Category>());
 }