clean up usings
This commit is contained in:
@@ -1,18 +1,13 @@
|
|||||||
using System.Collections.Generic;
|
using AutoMapper;
|
||||||
using System.IO;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Web;
|
|
||||||
using System.Web.Http;
|
using System.Web.Http;
|
||||||
using AutoMapper;
|
|
||||||
using Umbraco.Core;
|
|
||||||
using Umbraco.Core.IO;
|
using Umbraco.Core.IO;
|
||||||
using Umbraco.Core.Models;
|
using Umbraco.Core.Models;
|
||||||
using Umbraco.Core.Services;
|
|
||||||
using Umbraco.Web.Models.ContentEditing;
|
using Umbraco.Web.Models.ContentEditing;
|
||||||
using Umbraco.Web.Mvc;
|
using Umbraco.Web.Mvc;
|
||||||
using Umbraco.Web.WebApi;
|
|
||||||
using Umbraco.Web.WebApi.Filters;
|
using Umbraco.Web.WebApi.Filters;
|
||||||
using Constants = Umbraco.Core.Constants;
|
using Constants = Umbraco.Core.Constants;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user