Exemple #1
0
 public async Task DeleteSubCategoryAsync(EntityDto input)
 {
     await _categoryManager.DeleteSubCategoryAsync(input.Id);
 }