removes useless code
This commit is contained in:
parent
ca9d7ebaea
commit
6da83c7321
4 changed files with 0 additions and 10 deletions
|
|
@ -12,7 +12,6 @@ namespace Yavsc.WebApi.Controllers
|
|||
using ViewModels.Account;
|
||||
using Models.Auth;
|
||||
using Yavsc.Helpers;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
[Authorize(),Route("~/api/account")]
|
||||
|
|
|
|||
|
|
@ -1,10 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Net.WebSockets;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Yavsc.ApiControllers
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ using Yavsc.Models;
|
|||
using Yavsc.Models.Haircut;
|
||||
using Microsoft.AspNet.Authorization;
|
||||
using Yavsc.Controllers.Generic;
|
||||
using Microsoft.Extensions.Localization;
|
||||
|
||||
namespace Yavsc.Controllers
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using Yavsc.Models;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue