We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d0905 commit ecf31f7Copy full SHA for ecf31f7
src/IczpNet.AbpCommons.Application/CrudCommonAppService.cs
@@ -1,13 +1,11 @@
1
using IczpNet.AbpCommons.DataFilters;
2
using Microsoft.AspNetCore.Mvc;
3
-using System;
4
using System.Collections.Generic;
5
using System.Threading.Tasks;
6
using Volo.Abp.Application.Dtos;
7
using Volo.Abp.Application.Services;
8
using Volo.Abp.Domain.Entities;
9
using Volo.Abp.Domain.Repositories;
10
-using Volo.Abp.MultiTenancy;
11
12
namespace IczpNet.AbpCommons
13
{
0 commit comments