Remove unused namespaces

pull/4906/head
Halil İbrahim Kalkan 5 years ago
parent 51bebf4dfb
commit a14a2c26e3

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Volo.Abp.FeatureManagement
namespace Volo.Abp.FeatureManagement
{
public class UpdateFeatureDto
{

@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Microsoft.AspNetCore.Authorization;
using Microsoft.Extensions.Localization;
using Microsoft.Extensions.Options;
using Volo.Abp.Application.Services;
using Volo.Abp.Features;
namespace Volo.Abp.FeatureManagement

Loading…
Cancel
Save