Skip to content

Commit 3d2a14a

Browse files
committed
Removed a unused method in the IRepository interface
1 parent 9df1647 commit 3d2a14a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Repository/IRepository.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ namespace Repository
66
// TODO comments
77
public interface IRepository<T>
88
{
9-
// TODO remove from IRepository
10-
public object ToRow(T entry);
11-
129
public int Add(T entry);
1310

1411
public T Get(int id);

0 commit comments

Comments
 (0)