Skip to content

Commit

Permalink
Remove unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
moattarwork committed Oct 1, 2021
1 parent 0ad5ea3 commit 6e1bbf2
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 6e1bbf2

Please sign in to comment.