Skip to content

Commit 18467ff

Browse files
committed
Added a TODO
1 parent 5134c72 commit 18467ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Repository/IRepository.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace Repository
66
// TODO comments
77
public interface IRepository<T>
88
{
9+
// TODO remove from IRepository
910
public object ToRow(T entry);
1011

1112
public int Add(T entry);
@@ -35,4 +36,4 @@ public interface IPortfolioEntryRepository : IRepository<PortfolioEntry>
3536

3637
public int DeletePortfolioEntries(int portfolioId);
3738
}
38-
}
39+
}

0 commit comments

Comments
 (0)