Skip to content

Commit

Permalink
Clean up usings
Browse files Browse the repository at this point in the history
  • Loading branch information
dnndev committed Apr 20, 2017
1 parent db408d1 commit 7c3609e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions SoFried201704/GetTime.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dnn.PersonaBar.Prompt.Models;
using DotNetNuke.Entities.Portals;
using Dnn.PersonaBar.Prompt.Attributes;
using Dnn.PersonaBar.Prompt.Common;
using Dnn.PersonaBar.Prompt.Interfaces;
using Dnn.PersonaBar.Prompt.Models;
using DotNetNuke.Entities.Portals;
using DotNetNuke.Entities.Users;
using Dnn.PersonaBar.Prompt.Attributes;

namespace KellyFord.Prompt.Commands
{
Expand Down

0 comments on commit 7c3609e

Please sign in to comment.