Skip to content

Commit 41c1de6

Browse files
author
Bilal Fazlani
committed
removed unused usings
1 parent a16dc52 commit 41c1de6

File tree

6 files changed

+4
-16
lines changed

6 files changed

+4
-16
lines changed

SampleLogMaker/App_Start/AuditConfig.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System.Security.Cryptography.X509Certificates;
2-
using SampleLogMaker.Models;
3-
using TrackerEnabledDbContext.Common.Configuration;
4-
5-
namespace SampleLogMaker.App_Start
1+
namespace SampleLogMaker.App_Start
62
{
73
internal static class AuditConfig
84
{

SampleLogMaker/Controllers/CommentsController.cs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
using System;
2-
using System.Dynamic;
3-
using System.Linq;
1+
using System.Linq;
42
using System.Net;
53
using System.Web.Mvc;
6-
using Microsoft.CSharp.RuntimeBinder;
74
using SampleLogMaker.Models;
85

96
namespace SampleLogMaker.Controllers

SampleLogMaker/Models/Comment.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.ComponentModel.DataAnnotations;
2-
using System.ComponentModel.DataAnnotations.Schema;
32

43
namespace SampleLogMaker.Models
54
{

TrackerEnabledDbContext.Common/Interfaces/ITrackerContext.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Data.Entity;
3-
using System.Dynamic;
43
using System.Linq;
54
using System.Threading;
65
using System.Threading.Tasks;

TrackerEnabledDbContext.Common/Models/AuditLogDetail.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Collections.Generic;
2-
using System.ComponentModel.DataAnnotations;
1+
using System.ComponentModel.DataAnnotations;
32
using System.ComponentModel.DataAnnotations.Schema;
43
using TrackerEnabledDbContext.Common.Interfaces;
54

TrackerEnabledDbContext.Common/Tools/NameChangedEventArgs.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
3-
namespace TrackerEnabledDbContext.Common.Tools
1+
namespace TrackerEnabledDbContext.Common.Tools
42
{
53
public class NameChangedEventArgs : System.EventArgs
64
{

0 commit comments

Comments
 (0)