Skip to content

Commit

Permalink
Merge pull request #3 from icgam/Fix/Refactoring
Browse files Browse the repository at this point in the history
Remove unused classes
  • Loading branch information
moattarwork authored Oct 1, 2021
2 parents 0ad5ea3 + 6e1bbf2 commit 6804d63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Easify.Exports.UnitTests/Setup/SampleEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ public class SampleEntity
public int Id { get; set; }
public string Name { get; set; }
}

public class SampleEntity2
{
public int Id { get; set; }
public string Name { get; set; }
}
}

0 comments on commit 6804d63

Please sign in to comment.