File tree 6 files changed +4
-16
lines changed
TrackerEnabledDbContext.Common
6 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 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
6
2
{
7
3
internal static class AuditConfig
8
4
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Dynamic ;
3
- using System . Linq ;
1
+ using System . Linq ;
4
2
using System . Net ;
5
3
using System . Web . Mvc ;
6
- using Microsoft . CSharp . RuntimeBinder ;
7
4
using SampleLogMaker . Models ;
8
5
9
6
namespace SampleLogMaker . Controllers
Original file line number Diff line number Diff line change 1
1
using System . ComponentModel . DataAnnotations ;
2
- using System . ComponentModel . DataAnnotations . Schema ;
3
2
4
3
namespace SampleLogMaker . Models
5
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Data . Entity ;
3
- using System . Dynamic ;
4
3
using System . Linq ;
5
4
using System . Threading ;
6
5
using System . Threading . Tasks ;
Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
2
- using System . ComponentModel . DataAnnotations ;
1
+ using System . ComponentModel . DataAnnotations ;
3
2
using System . ComponentModel . DataAnnotations . Schema ;
4
3
using TrackerEnabledDbContext . Common . Interfaces ;
5
4
Original file line number Diff line number Diff line change 1
- using System ;
2
-
3
- namespace TrackerEnabledDbContext . Common . Tools
1
+ namespace TrackerEnabledDbContext . Common . Tools
4
2
{
5
3
public class NameChangedEventArgs : System . EventArgs
6
4
{
You can’t perform that action at this time.
0 commit comments